#CDC14A

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

Shades of Wattle #CDC14A

Tints of Wattle #CDC14A

Color information

#CDC14A (or 0xCDC14A) is unknown color: approx Wattle. HEX triplet: CD, C1 and 4A. RGB value is (205,193,74). Sum of RGB (Red+Green+Blue) = 205+193+74=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC14A is #323EB5. Grayscale: #B7B7B7. Windows color (decimal): -3292854 or 4899277. OLE color: 4899277.

HSL color Cylindrical-coordinate representation of color #CDC14A: hue angle of 54.5º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDC14A is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20519374-
CMYK00.060.640.20
HSL54.5º56.71%54.71%-
HSV(B)54.5º63.9%80.39%-
XYZ45.4851.6114.04-
YUV183.0266.48143.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 193 (75.78% from 255) = 40.89%
BLUE value IS 74 (29.30% from 255) = 15.68%
R=43.43%
G=40.89%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051937400.060.640.2054.556.7154.71
HexCDC14A064014373937
Octal3153011120610024677167
Binary110011011100000110010100110100000010100110111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC14A; }

 p { color: rgb(205,193,74); }

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

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

 a { background-color: rgb(205,193,74); }

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

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

 span { border-color: rgb(205,193,74); }

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