#CDC448

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

Shades of Wattle #CDC448

Tints of Wattle #CDC448

Color information

#CDC448 (or 0xCDC448) is unknown color: approx Wattle. HEX triplet: CD, C4 and 48. RGB value is (205,196,72). Sum of RGB (Red+Green+Blue) = 205+196+72=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC448 is #323BB7. Grayscale: #B9B9B9. Windows color (decimal): -3292088 or 4768973. OLE color: 4768973.

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

Color convert

RGB20519672-
CMYK00.040.650.20
HSL55.94º57.08%54.31%-
HSV(B)55.94º64.88%80.39%-
XYZ46.0952.9313.92-
YUV184.5564.48142.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 196 (76.95% from 255) = 41.44%
BLUE value IS 72 (28.52% from 255) = 15.22%
R=43.34%
G=41.44%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051967200.040.650.2055.9457.0854.31
HexCDC448044114383936
Octal3153041100410124707166
Binary110011011100010010010000100100000110100111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC448; }

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

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

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

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

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

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

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

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