Html Css Color HEX #C7910D Dark Goldenrod

📋 copy color: '#C7910D'

red 199 ◦ green 145 ◦ blue 13

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

Shades of Dark Goldenrod #C7910D

Tints of Dark Goldenrod #C7910D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.64%

R = 55.74%
G = 40.62%
B = 3.64%

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

#C7910D (or 0xC7910D) is known color: Dark Goldenrod. HEX triplet: C7, 91 and 0D. RGB value is (199,145,13). Sum of RGB (Red+Green+Blue) = 199+145+13=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7910D is #386EF2. Grayscale: #929292. Windows color (decimal): -3698419 or 889287. OLE color: 889287.

HSL color Cylindrical-coordinate representation of color #C7910D: hue angle of 42.58º degrees, saturation: 0.88, 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 #C7910D is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 145 13 -
CMYK 0 0.27 0.93 0.22
HSL 42.58º 0.88% 0.42% -
HSV(B) 42.58º 0.93% 0.78% -
XYZ 33.75 32.42 4.86 -
YUV 146.1 52.89 165.73 -
System Red Green Blue C M Y K H S L
Decimal 199 145 13 0 0.27 0.93 0.22 42.58 0.88 0.42
Hex C7 91 D 0 1B 5D 16 2B 58 2A
Octal 307 221 15 0 33 135 26 53 130 52
Binary 11000111 10010001 1101 0 11011 1011101 10110 101011 1011000 101010

Color Harmonies of #C7910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7910D

Black with #C7910D

Text Example


Text Example

White with #C7910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7910D; }

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

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

background-color css

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

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

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

border-color css

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

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

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