Html Css Color HEX #CCC140 Wattle

📋 copy color: '#CCC140'

red 204 ◦ green 193 ◦ blue 64

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

Shades of Wattle #CCC140

Tints of Wattle #CCC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.87%

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

R = 44.25%
G = 41.87%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCC140 (or 0xCCC140) is known color: Wattle. HEX triplet: CC, C1 and 40. RGB value is (204,193,64). Sum of RGB (Red+Green+Blue) = 204+193+64=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC140 is #333EBF. Grayscale: #B6B6B6. Windows color (decimal): -3358400 or 4243916. OLE color: 4243916.

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

Color convert

RGB 204 193 64 -
CMYK 0 0.05 0.69 0.2
HSL 55.29º 0.58% 0.53% -
HSV(B) 55.29º 0.69% 0.8% -
XYZ 44.9 51.35 12.4 -
YUV 181.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 204 193 64 0 0.05 0.69 0.2 55.29 0.58 0.53
Hex CC C1 40 0 5 45 14 37 3A 35
Octal 314 301 100 0 5 105 24 67 72 65
Binary 11001100 11000001 1000000 0 101 1000101 10100 110111 111010 110101

Color Harmonies of #CCC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC140

Black with #CCC140

Text Example


Text Example

White with #CCC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC140; }

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

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

background-color css

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

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

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

border-color css

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

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

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