#CDC149

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

Shades of Wattle #CDC149

Tints of Wattle #CDC149

Color information

#CDC149 (or 0xCDC149) is unknown color: approx Wattle. HEX triplet: CD, C1 and 49. RGB value is (205,193,73). Sum of RGB (Red+Green+Blue) = 205+193+73=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC149 is #323EB6. Grayscale: #B7B7B7. Windows color (decimal): -3292855 or 4833741. OLE color: 4833741.

HSL color Cylindrical-coordinate representation of color #CDC149: hue angle of 54.55º 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 #CDC149 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20519373-
CMYK00.060.640.20
HSL54.55º56.9%54.51%-
HSV(B)54.55º64.39%80.39%-
XYZ45.4551.613.87-
YUV182.9165.98143.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 73 (28.91% from 255) = 15.50%
R=43.52%
G=40.98%
B=15.50%

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
Decimal2051937300.060.640.2054.5556.954.51
HexCDC149064014373937
Octal3153011110610024677167
Binary110011011100000110010010110100000010100110111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC149; }

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

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

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

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

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

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

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

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