Html Css Color HEX #C0710B Dark Goldenrod

📋 copy color: '#C0710B'

red 192 ◦ green 113 ◦ blue 11

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

Shades of Dark Goldenrod #C0710B

Tints of Dark Goldenrod #C0710B

RGB

 RED value IS 192 (75.39% from 255) = 60.76%

 GREEN value IS 113 (44.53% from 255) = 35.76%

 BLUE value IS 11 (4.69% from 255) = 3.48%

R = 60.76%
G = 35.76%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0710B (or 0xC0710B) is known color: Dark Goldenrod. HEX triplet: C0, 71 and 0B. RGB value is (192,113,11). Sum of RGB (Red+Green+Blue) = 192+113+11=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C0710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0710B is #3F8EF4. Grayscale: #7D7D7D. Windows color (decimal): -4165365 or 750016. OLE color: 750016.

HSL color Cylindrical-coordinate representation of color #C0710B: hue angle of 33.81º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0710B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 11 -
CMYK 0 0.41 0.94 0.25
HSL 33.81º 0.89% 0.4% -
HSV(B) 33.81º 0.94% 0.75% -
XYZ 27.7 23.04 3.3 -
YUV 124.99 63.67 175.79 -
System Red Green Blue C M Y K H S L
Decimal 192 113 11 0 0.41 0.94 0.25 33.81 0.89 0.4
Hex C0 71 B 0 29 5E 19 22 59 28
Octal 300 161 13 0 51 136 31 42 131 50
Binary 11000000 1110001 1011 0 101001 1011110 11001 100010 1011001 101000

Color Harmonies of #C0710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0710B

Black with #C0710B

Text Example


Text Example

White with #C0710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0710B; }

 p { color: rgb(192,113,11); }

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

background-color css

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

 a { background-color: rgb(192,113,11); }

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

border-color css

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

 span { border-color: rgb(192,113,11); }

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