Html Css Color HEX #CCD047 Wattle

📋 copy color: '#CCD047'

red 204 ◦ green 208 ◦ blue 71

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

Shades of Wattle #CCD047

Tints of Wattle #CCD047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.7%

R = 42.24%
G = 43.06%
B = 14.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#CCD047 (or 0xCCD047) is known color: Wattle. HEX triplet: CC, D0 and 47. RGB value is (204,208,71). Sum of RGB (Red+Green+Blue) = 204+208+71=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD047 is #332FB8. Grayscale: #BFBFBF. Windows color (decimal): -3354553 or 4706508. OLE color: 4706508.

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

Color convert

RGB 204 208 71 -
CMYK 0.02 0 0.66 0.18
HSL 61.75º 0.59% 0.55% -
HSV(B) 61.75º 0.66% 0.82% -
XYZ 48.6 58.4 14.67 -
YUV 191.19 60.17 137.14 -
System Red Green Blue C M Y K H S L
Decimal 204 208 71 0.02 0 0.66 0.18 61.75 0.59 0.55
Hex CC D0 47 2 0 42 12 3E 3B 37
Octal 314 320 107 2 0 102 22 76 73 67
Binary 11001100 11010000 1000111 10 0 1000010 10010 111110 111011 110111

Color Harmonies of #CCD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD047

Black with #CCD047

Text Example


Text Example

White with #CCD047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD047; }

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

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

background-color css

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

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

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

border-color css

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

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

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