Html Css Color HEX #CCC63E Wattle

📋 copy color: '#CCC63E'

red 204 ◦ green 198 ◦ blue 62

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

Shades of Wattle #CCC63E

Tints of Wattle #CCC63E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.67%

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

R = 43.97%
G = 42.67%
B = 13.36%

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

#CCC63E (or 0xCCC63E) is known color: Wattle. HEX triplet: CC, C6 and 3E. RGB value is (204,198,62). Sum of RGB (Red+Green+Blue) = 204+198+62=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC63E is #3339C1. Grayscale: #B8B8B8. Windows color (decimal): -3357122 or 4114124. OLE color: 4114124.

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

Color convert

RGB 204 198 62 -
CMYK 0 0.03 0.70 0.2
HSL 57.46º 0.58% 0.52% -
HSV(B) 57.46º 0.7% 0.8% -
XYZ 45.97 53.57 12.48 -
YUV 184.29 58.99 142.06 -
System Red Green Blue C M Y K H S L
Decimal 204 198 62 0 0.03 0.70 0.2 57.46 0.58 0.52
Hex CC C6 3E 0 3 46 14 39 3A 34
Octal 314 306 76 0 3 106 24 71 72 64
Binary 11001100 11000110 111110 0 11 1000110 10100 111001 111010 110100

Color Harmonies of #CCC63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC63E

Black with #CCC63E

Text Example


Text Example

White with #CCC63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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