Html Css Color HEX #CCC53E Wattle

📋 copy color: '#CCC53E'

red 204 ◦ green 197 ◦ blue 62

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

Shades of Wattle #CCC53E

Tints of Wattle #CCC53E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.55%

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

R = 44.06%
G = 42.55%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCC53E (or 0xCCC53E) is known color: Wattle. HEX triplet: CC, C5 and 3E. RGB value is (204,197,62). Sum of RGB (Red+Green+Blue) = 204+197+62=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC53E is #333AC1. Grayscale: #B8B8B8. Windows color (decimal): -3357378 or 4113868. OLE color: 4113868.

HSL color Cylindrical-coordinate representation of color #CCC53E: hue angle of 57.04º 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 #CCC53E is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 62 -
CMYK 0 0.03 0.70 0.2
HSL 57.04º 0.58% 0.52% -
HSV(B) 57.04º 0.7% 0.8% -
XYZ 45.74 53.12 12.4 -
YUV 183.7 59.32 142.48 -
System Red Green Blue C M Y K H S L
Decimal 204 197 62 0 0.03 0.70 0.2 57.04 0.58 0.52
Hex CC C5 3E 0 3 46 14 39 3A 34
Octal 314 305 76 0 3 106 24 71 72 64
Binary 11001100 11000101 111110 0 11 1000110 10100 111001 111010 110100

Color Harmonies of #CCC53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC53E

Black with #CCC53E

Text Example


Text Example

White with #CCC53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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