Html Css Color HEX #CCCA40 Wattle

📋 copy color: '#CCCA40'

red 204 ◦ green 202 ◦ blue 64

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

Shades of Wattle #CCCA40

Tints of Wattle #CCCA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.98%

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

R = 43.4%
G = 42.98%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCCA40 (or 0xCCCA40) is known color: Wattle. HEX triplet: CC, CA and 40. RGB value is (204,202,64). Sum of RGB (Red+Green+Blue) = 204+202+64=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCA40 is #3335BF. Grayscale: #BBBBBB. Windows color (decimal): -3356096 or 4246220. OLE color: 4246220.

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

Color convert

RGB 204 202 64 -
CMYK 0 0.01 0.69 0.2
HSL 59.14º 0.58% 0.53% -
HSV(B) 59.14º 0.69% 0.8% -
XYZ 46.95 55.45 13.08 -
YUV 186.87 58.66 140.22 -
System Red Green Blue C M Y K H S L
Decimal 204 202 64 0 0.01 0.69 0.2 59.14 0.58 0.53
Hex CC CA 40 0 1 45 14 3B 3A 35
Octal 314 312 100 0 1 105 24 73 72 65
Binary 11001100 11001010 1000000 0 1 1000101 10100 111011 111010 110101

Color Harmonies of #CCCA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA40

Black with #CCCA40

Text Example


Text Example

White with #CCCA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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