Html Css Color HEX #C7910E Dark Goldenrod

📋 copy color: '#C7910E'

red 199 ◦ green 145 ◦ blue 14

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

Shades of Dark Goldenrod #C7910E

Tints of Dark Goldenrod #C7910E

RGB

 RED value IS 199 (78.13% from 255) = 55.59%

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

 BLUE value IS 14 (5.86% from 255) = 3.91%

R = 55.59%
G = 40.5%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7910E (or 0xC7910E) is known color: Dark Goldenrod. HEX triplet: C7, 91 and 0E. RGB value is (199,145,14). Sum of RGB (Red+Green+Blue) = 199+145+14=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7910E is #386EF1. Grayscale: #929292. Windows color (decimal): -3698418 or 954823. OLE color: 954823.

HSL color Cylindrical-coordinate representation of color #C7910E: hue angle of 42.49º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7910E is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 145 14 -
CMYK 0 0.27 0.93 0.22
HSL 42.49º 0.87% 0.42% -
HSV(B) 42.49º 0.93% 0.78% -
XYZ 33.76 32.42 4.89 -
YUV 146.21 53.39 165.65 -
System Red Green Blue C M Y K H S L
Decimal 199 145 14 0 0.27 0.93 0.22 42.49 0.87 0.42
Hex C7 91 E 0 1B 5D 16 2A 57 2A
Octal 307 221 16 0 33 135 26 52 127 52
Binary 11000111 10010001 1110 0 11011 1011101 10110 101010 1010111 101010

Color Harmonies of #C7910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7910E

Black with #C7910E

Text Example


Text Example

White with #C7910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7910E; }

 p { color: rgb(199,145,14); }

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

background-color css

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

 a { background-color: rgb(199,145,14); }

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

border-color css

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

 span { border-color: rgb(199,145,14); }

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