Html Css Color HEX #CCD147 Wattle

📋 copy color: '#CCD147'

red 204 ◦ green 209 ◦ blue 71

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

Shades of Wattle #CCD147

Tints of Wattle #CCD147

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.18%

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

R = 42.15%
G = 43.18%
B = 14.67%

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

#CCD147 (or 0xCCD147) is known color: Wattle. HEX triplet: CC, D1 and 47. RGB value is (204,209,71). Sum of RGB (Red+Green+Blue) = 204+209+71=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 71 (28.12% from 255 or 14.67% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD147 is #332EB8. Grayscale: #C0C0C0. Windows color (decimal): -3354297 or 4706764. OLE color: 4706764.

HSL color Cylindrical-coordinate representation of color #CCD147: hue angle of 62.17º degrees, saturation: 0.6, 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 #CCD147 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 71 -
CMYK 0.02 0 0.66 0.18
HSL 62.17º 0.6% 0.55% -
HSV(B) 62.17º 0.66% 0.82% -
XYZ 48.84 58.89 14.75 -
YUV 191.77 59.84 136.72 -
System Red Green Blue C M Y K H S L
Decimal 204 209 71 0.02 0 0.66 0.18 62.17 0.6 0.55
Hex CC D1 47 2 0 42 12 3E 3C 37
Octal 314 321 107 2 0 102 22 76 74 67
Binary 11001100 11010001 1000111 10 0 1000010 10010 111110 111100 110111

Color Harmonies of #CCD147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD147

Black with #CCD147

Text Example


Text Example

White with #CCD147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD147; }

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

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

background-color css

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

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

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

border-color css

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

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

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