#CDC735

Color #CDC735 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #CDC735

Tints of Wattle #CDC735

Color information

#CDC735 (or 0xCDC735) is unknown color: approx Wattle. HEX triplet: CD, C7 and 35. RGB value is (205,199,53). Sum of RGB (Red+Green+Blue) = 205+199+53=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC735 is #3238CA. Grayscale: #B8B8B8. Windows color (decimal): -3291339 or 3524557. OLE color: 3524557.

HSL color Cylindrical-coordinate representation of color #CDC735: hue angle of 57.63º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDC735 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20519953-
CMYK00.030.740.20
HSL57.63º60.32%50.59%-
HSV(B)57.63º74.15%80.39%-
XYZ46.2454.0811.37-
YUV184.1553.99142.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 199 (78.12% from 255) = 43.54%
BLUE value IS 53 (21.09% from 255) = 11.60%
R=44.86%
G=43.54%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051995300.030.740.2057.6360.3250.59
HexCDC735034A143a3c33
Octal315307650311224727463
Binary1100110111000111110101011100101010100111010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC735; }

 p { color: rgb(205,199,53); }

 H1.HeaderClassName
 {
   color: #CDC735;
 }
 .AnyTagClassName
 {
   color: #CDC735;
 }
</style>
background-color css

<style>
 a { background-color: #CDC735; }

 a { background-color: rgb(205,199,53); }

 div.DivClassName
 {
   background-color: #CDC735;
 }
 .BgClassName
 {
   background-color: #CDC735;
 }
</style>
border-color css

<style>
 span { border-color: #CDC735; }

 span { border-color: rgb(205,199,53); }

 td.TdClassName
 {
   border-color: #CDC735;
 }
 .TagClassName
 {
   border-color: #CDC735;
 }
</style>