Html Css Color HEX #CC8512 Dark Goldenrod

📋 copy color: '#CC8512'

red 204 ◦ green 133 ◦ blue 18

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

Shades of Dark Goldenrod #CC8512

Tints of Dark Goldenrod #CC8512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

 BLUE value IS 18 (7.42% from 255) = 5.07%

R = 57.46%
G = 37.46%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC8512 (or 0xCC8512) is known color: Dark Goldenrod. HEX triplet: CC, 85 and 12. RGB value is (204,133,18). Sum of RGB (Red+Green+Blue) = 204+133+18=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8512 is #337AED. Grayscale: #8D8D8D. Windows color (decimal): -3373806 or 1213900. OLE color: 1213900.

HSL color Cylindrical-coordinate representation of color #CC8512: hue angle of 37.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC8512 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 133 18 -
CMYK 0 0.35 0.91 0.2
HSL 37.1º 0.84% 0.44% -
HSV(B) 37.1º 0.91% 0.8% -
XYZ 33.4 29.66 4.54 -
YUV 141.12 58.52 172.85 -
System Red Green Blue C M Y K H S L
Decimal 204 133 18 0 0.35 0.91 0.2 37.1 0.84 0.44
Hex CC 85 12 0 23 5B 14 25 54 2C
Octal 314 205 22 0 43 133 24 45 124 54
Binary 11001100 10000101 10010 0 100011 1011011 10100 100101 1010100 101100

Color Harmonies of #CC8512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8512

Black with #CC8512

Text Example


Text Example

White with #CC8512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8512; }

 p { color: rgb(204,133,18); }

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

background-color css

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

 a { background-color: rgb(204,133,18); }

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

border-color css

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

 span { border-color: rgb(204,133,18); }

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