Html Css Color HEX #CC9110 Dark Goldenrod

📋 copy color: '#CC9110'

red 204 ◦ green 145 ◦ blue 16

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

Shades of Dark Goldenrod #CC9110

Tints of Dark Goldenrod #CC9110

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.73%

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

R = 55.89%
G = 39.73%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC9110 (or 0xCC9110) is known color: Dark Goldenrod. HEX triplet: CC, 91 and 10. RGB value is (204,145,16). Sum of RGB (Red+Green+Blue) = 204+145+16=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9110 is #336EEF. Grayscale: #949494. Windows color (decimal): -3370736 or 1085900. OLE color: 1085900.

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

Color convert

RGB 204 145 16 -
CMYK 0 0.29 0.92 0.2
HSL 41.17º 0.85% 0.43% -
HSV(B) 41.17º 0.92% 0.8% -
XYZ 35.12 33.13 5.03 -
YUV 147.94 53.55 167.99 -
System Red Green Blue C M Y K H S L
Decimal 204 145 16 0 0.29 0.92 0.2 41.17 0.85 0.43
Hex CC 91 10 0 1D 5C 14 29 55 2B
Octal 314 221 20 0 35 134 24 51 125 53
Binary 11001100 10010001 10000 0 11101 1011100 10100 101001 1010101 101011

Color Harmonies of #CC9110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9110

Black with #CC9110

Text Example


Text Example

White with #CC9110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9110; }

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

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

background-color css

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

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

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

border-color css

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

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

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