Html Css Color HEX #CCD049 Wattle

📋 copy color: '#CCD049'

red 204 ◦ green 208 ◦ blue 73

#CCD049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #CCD049

Tints of Wattle #CCD049

RGB

 RED value IS 204 (80.08% from 255) = 42.06%

 GREEN value IS 208 (81.64% from 255) = 42.89%

 BLUE value IS 73 (28.91% from 255) = 15.05%

R = 42.06%
G = 42.89%
B = 15.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#CCD049 (or 0xCCD049) is known color: Wattle. HEX triplet: CC, D0 and 49. RGB value is (204,208,73). Sum of RGB (Red+Green+Blue) = 204+208+73=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD049 is #332FB6. Grayscale: #BFBFBF. Windows color (decimal): -3354551 or 4837580. OLE color: 4837580.

HSL color Cylindrical-coordinate representation of color #CCD049: hue angle of 61.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCD049 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 73 -
CMYK 0.02 0 0.65 0.18
HSL 61.78º 0.59% 0.55% -
HSV(B) 61.78º 0.65% 0.82% -
XYZ 48.66 58.43 15.02 -
YUV 191.41 61.17 136.98 -
System Red Green Blue C M Y K H S L
Decimal 204 208 73 0.02 0 0.65 0.18 61.78 0.59 0.55
Hex CC D0 49 2 0 41 12 3E 3B 37
Octal 314 320 111 2 0 101 22 76 73 67
Binary 11001100 11010000 1001001 10 0 1000001 10010 111110 111011 110111

Color Harmonies of #CCD049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD049

Black with #CCD049

Text Example


Text Example

White with #CCD049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD049; }

 p { color: rgb(204,208,73); }

 H1.HeaderClassName
 {
   color: #CCD049;
 }
 .AnyTagClassName
 {
   color: #CCD049;
 }
</style>

background-color css

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

 a { background-color: rgb(204,208,73); }

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

border-color css

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

 span { border-color: rgb(204,208,73); }

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