Html Css Color HEX #CCCA3E Wattle

📋 copy color: '#CCCA3E'

red 204 ◦ green 202 ◦ blue 62

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

Shades of Wattle #CCCA3E

Tints of Wattle #CCCA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.25%

R = 43.59%
G = 43.16%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCCA3E (or 0xCCCA3E) is known color: Wattle. HEX triplet: CC, CA and 3E. RGB value is (204,202,62). Sum of RGB (Red+Green+Blue) = 204+202+62=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCA3E is #3335C1. Grayscale: #BBBBBB. Windows color (decimal): -3356098 or 4115148. OLE color: 4115148.

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

Color convert

RGB 204 202 62 -
CMYK 0 0.01 0.70 0.2
HSL 59.15º 0.58% 0.52% -
HSV(B) 59.15º 0.7% 0.8% -
XYZ 46.89 55.43 12.78 -
YUV 186.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 204 202 62 0 0.01 0.70 0.2 59.15 0.58 0.52
Hex CC CA 3E 0 1 46 14 3B 3A 34
Octal 314 312 76 0 1 106 24 73 72 64
Binary 11001100 11001010 111110 0 1 1000110 10100 111011 111010 110100

Color Harmonies of #CCCA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA3E

Black with #CCCA3E

Text Example


Text Example

White with #CCCA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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