Html Css Color HEX #CCD142 Wattle

📋 copy color: '#CCD142'

red 204 ◦ green 209 ◦ blue 66

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

Shades of Wattle #CCD142

Tints of Wattle #CCD142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.78%

R = 42.59%
G = 43.63%
B = 13.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#CCD142 (or 0xCCD142) is known color: Wattle. HEX triplet: CC, D1 and 42. RGB value is (204,209,66). Sum of RGB (Red+Green+Blue) = 204+209+66=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD142 is #332EBD. Grayscale: #BFBFBF. Windows color (decimal): -3354302 or 4379084. OLE color: 4379084.

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

Color convert

RGB 204 209 66 -
CMYK 0.02 0 0.68 0.18
HSL 62.1º 0.61% 0.54% -
HSV(B) 62.1º 0.68% 0.82% -
XYZ 48.69 58.83 13.94 -
YUV 191.2 57.34 137.13 -
System Red Green Blue C M Y K H S L
Decimal 204 209 66 0.02 0 0.68 0.18 62.1 0.61 0.54
Hex CC D1 42 2 0 44 12 3E 3D 36
Octal 314 321 102 2 0 104 22 76 75 66
Binary 11001100 11010001 1000010 10 0 1000100 10010 111110 111101 110110

Color Harmonies of #CCD142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD142

Black with #CCD142

Text Example


Text Example

White with #CCD142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD142; }

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

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

background-color css

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

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

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

border-color css

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

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

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