#CDC740

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

Shades of Wattle #CDC740

Tints of Wattle #CDC740

Color information

#CDC740 (or 0xCDC740) is unknown color: approx Wattle. HEX triplet: CD, C7 and 40. RGB value is (205,199,64). Sum of RGB (Red+Green+Blue) = 205+199+64=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC740 is #3238BF. Grayscale: #B9B9B9. Windows color (decimal): -3291328 or 4245453. OLE color: 4245453.

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

Color convert

RGB20519964-
CMYK00.030.690.20
HSL57.45º58.51%52.75%-
HSV(B)57.45º68.78%80.39%-
XYZ46.5354.212.86-
YUV185.459.49141.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 199 (78.12% from 255) = 42.52%
BLUE value IS 64 (25.39% from 255) = 13.68%
R=43.80%
G=42.52%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051996400.030.690.2057.4558.5152.75
HexCDC740034514393b35
Octal3153071000310524717365
Binary11001101110001111000000011100010110100111001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC740; }

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

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

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

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

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

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

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

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