Html Css Color HEX #CCC53F Wattle

📋 copy color: '#CCC53F'

red 204 ◦ green 197 ◦ blue 63

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

Shades of Wattle #CCC53F

Tints of Wattle #CCC53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.58%

R = 43.97%
G = 42.46%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCC53F (or 0xCCC53F) is known color: Wattle. HEX triplet: CC, C5 and 3F. RGB value is (204,197,63). Sum of RGB (Red+Green+Blue) = 204+197+63=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC53F is #333AC0. Grayscale: #B8B8B8. Windows color (decimal): -3357377 or 4179404. OLE color: 4179404.

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

Color convert

RGB 204 197 63 -
CMYK 0 0.03 0.69 0.2
HSL 57.02º 0.58% 0.52% -
HSV(B) 57.02º 0.69% 0.8% -
XYZ 45.77 53.13 12.55 -
YUV 183.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 204 197 63 0 0.03 0.69 0.2 57.02 0.58 0.52
Hex CC C5 3F 0 3 45 14 39 3A 34
Octal 314 305 77 0 3 105 24 71 72 64
Binary 11001100 11000101 111111 0 11 1000101 10100 111001 111010 110100

Color Harmonies of #CCC53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC53F

Black with #CCC53F

Text Example


Text Example

White with #CCC53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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