Html Css Color HEX #CCD03C Wattle

📋 copy color: '#CCD03C'

red 204 ◦ green 208 ◦ blue 60

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

Shades of Wattle #CCD03C

Tints of Wattle #CCD03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.71%

R = 43.22%
G = 44.07%
B = 12.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#CCD03C (or 0xCCD03C) is known color: Wattle. HEX triplet: CC, D0 and 3C. RGB value is (204,208,60). Sum of RGB (Red+Green+Blue) = 204+208+60=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD03C is #332FC3. Grayscale: #BEBEBE. Windows color (decimal): -3354564 or 3985612. OLE color: 3985612.

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

Color convert

RGB 204 208 60 -
CMYK 0.02 0 0.71 0.18
HSL 61.62º 0.61% 0.53% -
HSV(B) 61.62º 0.71% 0.82% -
XYZ 48.27 58.28 12.98 -
YUV 189.93 54.67 138.03 -
System Red Green Blue C M Y K H S L
Decimal 204 208 60 0.02 0 0.71 0.18 61.62 0.61 0.53
Hex CC D0 3C 2 0 47 12 3E 3D 35
Octal 314 320 74 2 0 107 22 76 75 65
Binary 11001100 11010000 111100 10 0 1000111 10010 111110 111101 110101

Color Harmonies of #CCD03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD03C

Black with #CCD03C

Text Example


Text Example

White with #CCD03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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