Html Css Color HEX #CCD040 Wattle

📋 copy color: '#CCD040'

red 204 ◦ green 208 ◦ blue 64

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

Shades of Wattle #CCD040

Tints of Wattle #CCD040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.45%

R = 42.86%
G = 43.7%
B = 13.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#CCD040 (or 0xCCD040) is known color: Wattle. HEX triplet: CC, D0 and 40. RGB value is (204,208,64). Sum of RGB (Red+Green+Blue) = 204+208+64=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD040 is #332FBF. Grayscale: #BEBEBE. Windows color (decimal): -3354560 or 4247756. OLE color: 4247756.

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

Color convert

RGB 204 208 64 -
CMYK 0.02 0 0.69 0.18
HSL 61.67º 0.61% 0.53% -
HSV(B) 61.67º 0.69% 0.82% -
XYZ 48.38 58.32 13.56 -
YUV 190.39 56.67 137.71 -
System Red Green Blue C M Y K H S L
Decimal 204 208 64 0.02 0 0.69 0.18 61.67 0.61 0.53
Hex CC D0 40 2 0 45 12 3E 3D 35
Octal 314 320 100 2 0 105 22 76 75 65
Binary 11001100 11010000 1000000 10 0 1000101 10010 111110 111101 110101

Color Harmonies of #CCD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD040

Black with #CCD040

Text Example


Text Example

White with #CCD040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD040; }

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

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

background-color css

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

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

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

border-color css

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

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

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