Html Css Color HEX #CC8510 Dark Goldenrod

📋 copy color: '#CC8510'

red 204 ◦ green 133 ◦ blue 16

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

Shades of Dark Goldenrod #CC8510

Tints of Dark Goldenrod #CC8510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.53%

R = 57.79%
G = 37.68%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC8510 (or 0xCC8510) is known color: Dark Goldenrod. HEX triplet: CC, 85 and 10. RGB value is (204,133,16). Sum of RGB (Red+Green+Blue) = 204+133+16=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8510 is #337AEF. Grayscale: #8D8D8D. Windows color (decimal): -3373808 or 1082828. OLE color: 1082828.

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

Color convert

RGB 204 133 16 -
CMYK 0 0.35 0.92 0.2
HSL 37.34º 0.85% 0.43% -
HSV(B) 37.34º 0.92% 0.8% -
XYZ 33.38 29.65 4.45 -
YUV 140.89 57.52 173.01 -
System Red Green Blue C M Y K H S L
Decimal 204 133 16 0 0.35 0.92 0.2 37.34 0.85 0.43
Hex CC 85 10 0 23 5C 14 25 55 2B
Octal 314 205 20 0 43 134 24 45 125 53
Binary 11001100 10000101 10000 0 100011 1011100 10100 100101 1010101 101011

Color Harmonies of #CC8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8510

Black with #CC8510

Text Example


Text Example

White with #CC8510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8510; }

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

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

background-color css

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

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

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

border-color css

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

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

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