#CDC246

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

Shades of Wattle #CDC246

Tints of Wattle #CDC246

Color information

#CDC246 (or 0xCDC246) is unknown color: approx Wattle. HEX triplet: CD, C2 and 46. RGB value is (205,194,70). Sum of RGB (Red+Green+Blue) = 205+194+70=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC246 is #323DB9. Grayscale: #B7B7B7. Windows color (decimal): -3292602 or 4637389. OLE color: 4637389.

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

Color convert

RGB20519470-
CMYK00.050.660.20
HSL55.11º57.45%53.92%-
HSV(B)55.11º65.85%80.39%-
XYZ45.575213.43-
YUV183.1564.14143.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 70 (27.73% from 255) = 14.93%
R=43.71%
G=41.36%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051947000.050.660.2055.1157.4553.92
HexCDC246054214373936
Octal3153021060510224677166
Binary110011011100001010001100101100001010100110111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC246; }

 p { color: rgb(205,194,70); }

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

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

 a { background-color: rgb(205,194,70); }

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

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

 span { border-color: rgb(205,194,70); }

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