Html Css Color HEX #CCC137 Wattle

📋 copy color: '#CCC137'

red 204 ◦ green 193 ◦ blue 55

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

Shades of Wattle #CCC137

Tints of Wattle #CCC137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.17%

R = 45.13%
G = 42.7%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCC137 (or 0xCCC137) is known color: Wattle. HEX triplet: CC, C1 and 37. RGB value is (204,193,55). Sum of RGB (Red+Green+Blue) = 204+193+55=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC137 is #333EC8. Grayscale: #B5B5B5. Windows color (decimal): -3358409 or 3654092. OLE color: 3654092.

HSL color Cylindrical-coordinate representation of color #CCC137: hue angle of 55.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCC137 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 55 -
CMYK 0 0.05 0.73 0.2
HSL 55.57º 0.59% 0.51% -
HSV(B) 55.57º 0.73% 0.8% -
XYZ 44.66 51.25 11.15 -
YUV 180.56 57.14 144.72 -
System Red Green Blue C M Y K H S L
Decimal 204 193 55 0 0.05 0.73 0.2 55.57 0.59 0.51
Hex CC C1 37 0 5 49 14 38 3B 33
Octal 314 301 67 0 5 111 24 70 73 63
Binary 11001100 11000001 110111 0 101 1001001 10100 111000 111011 110011

Color Harmonies of #CCC137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC137

Black with #CCC137

Text Example


Text Example

White with #CCC137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC137; }

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

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

background-color css

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

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

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

border-color css

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

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

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