Html Css Color HEX #CCD140 Wattle

📋 copy color: '#CCD140'

red 204 ◦ green 209 ◦ blue 64

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

Shades of Wattle #CCD140

Tints of Wattle #CCD140

RGB

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

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

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

R = 42.77%
G = 43.82%
B = 13.42%

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

#CCD140 (or 0xCCD140) is known color: Wattle. HEX triplet: CC, D1 and 40. RGB value is (204,209,64). Sum of RGB (Red+Green+Blue) = 204+209+64=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD140 is #332EBF. Grayscale: #BFBFBF. Windows color (decimal): -3354304 or 4248012. OLE color: 4248012.

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

Color convert

RGB 204 209 64 -
CMYK 0.02 0 0.69 0.18
HSL 62.07º 0.61% 0.54% -
HSV(B) 62.07º 0.69% 0.82% -
XYZ 48.63 58.81 13.64 -
YUV 190.98 56.34 137.29 -
System Red Green Blue C M Y K H S L
Decimal 204 209 64 0.02 0 0.69 0.18 62.07 0.61 0.54
Hex CC D1 40 2 0 45 12 3E 3D 36
Octal 314 321 100 2 0 105 22 76 75 66
Binary 11001100 11010001 1000000 10 0 1000101 10010 111110 111101 110110

Color Harmonies of #CCD140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD140

Black with #CCD140

Text Example


Text Example

White with #CCD140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD140; }

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

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

background-color css

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

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

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

border-color css

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

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

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