Html Css Color HEX #CC910C Dark Goldenrod

📋 copy color: '#CC910C'

red 204 ◦ green 145 ◦ blue 12

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

Shades of Dark Goldenrod #CC910C

Tints of Dark Goldenrod #CC910C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.32%

R = 56.51%
G = 40.17%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC910C (or 0xCC910C) is known color: Dark Goldenrod. HEX triplet: CC, 91 and 0C. RGB value is (204,145,12). Sum of RGB (Red+Green+Blue) = 204+145+12=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC910C is #336EF3. Grayscale: #949494. Windows color (decimal): -3370740 or 823756. OLE color: 823756.

HSL color Cylindrical-coordinate representation of color #CC910C: hue angle of 41.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC910C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 145 12 -
CMYK 0 0.29 0.94 0.2
HSL 41.56º 0.89% 0.42% -
HSV(B) 41.56º 0.94% 0.8% -
XYZ 35.09 33.11 4.89 -
YUV 147.48 51.55 168.31 -
System Red Green Blue C M Y K H S L
Decimal 204 145 12 0 0.29 0.94 0.2 41.56 0.89 0.42
Hex CC 91 C 0 1D 5E 14 2A 59 2A
Octal 314 221 14 0 35 136 24 52 131 52
Binary 11001100 10010001 1100 0 11101 1011110 10100 101010 1011001 101010

Color Harmonies of #CC910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC910C

Black with #CC910C

Text Example


Text Example

White with #CC910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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