Html Css Color HEX #CCCE40 Wattle

📋 copy color: '#CCCE40'

red 204 ◦ green 206 ◦ blue 64

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

Shades of Wattle #CCCE40

Tints of Wattle #CCCE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.46%

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

R = 43.04%
G = 43.46%
B = 13.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CCCE40 (or 0xCCCE40) is known color: Wattle. HEX triplet: CC, CE and 40. RGB value is (204,206,64). Sum of RGB (Red+Green+Blue) = 204+206+64=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE40 is #3331BF. Grayscale: #BDBDBD. Windows color (decimal): -3355072 or 4247244. OLE color: 4247244.

HSL color Cylindrical-coordinate representation of color #CCCE40: hue angle of 60.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCCE40 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 64 -
CMYK 0.01 0 0.69 0.19
HSL 60.85º 0.59% 0.53% -
HSV(B) 60.85º 0.69% 0.81% -
XYZ 47.9 57.35 13.4 -
YUV 189.21 57.34 138.55 -
System Red Green Blue C M Y K H S L
Decimal 204 206 64 0.01 0 0.69 0.19 60.85 0.59 0.53
Hex CC CE 40 1 0 45 13 3D 3B 35
Octal 314 316 100 1 0 105 23 75 73 65
Binary 11001100 11001110 1000000 1 0 1000101 10011 111101 111011 110101

Color Harmonies of #CCCE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE40

Black with #CCCE40

Text Example


Text Example

White with #CCCE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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