#CDC648

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

Shades of Wattle #CDC648

Tints of Wattle #CDC648

Color information

#CDC648 (or 0xCDC648) is unknown color: approx Wattle. HEX triplet: CD, C6 and 48. RGB value is (205,198,72). Sum of RGB (Red+Green+Blue) = 205+198+72=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC648 is #3239B7. Grayscale: #BABABA. Windows color (decimal): -3291576 or 4769485. OLE color: 4769485.

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

Color convert

RGB20519872-
CMYK00.030.650.20
HSL56.84º57.08%54.31%-
HSV(B)56.84º64.88%80.39%-
XYZ46.5453.8414.07-
YUV185.7363.82141.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 198 (77.73% from 255) = 41.68%
BLUE value IS 72 (28.52% from 255) = 15.16%
R=43.16%
G=41.68%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051987200.030.650.2056.8457.0854.31
HexCDC648034114393936
Octal3153061100310124717166
Binary11001101110001101001000011100000110100111001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC648; }

 p { color: rgb(205,198,72); }

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

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

 a { background-color: rgb(205,198,72); }

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

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

 span { border-color: rgb(205,198,72); }

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