Html Css Color HEX #C7910B Dark Goldenrod

📋 copy color: '#C7910B'

red 199 ◦ green 145 ◦ blue 11

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

Shades of Dark Goldenrod #C7910B

Tints of Dark Goldenrod #C7910B

RGB

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

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

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

R = 56.06%
G = 40.85%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7910B (or 0xC7910B) is known color: Dark Goldenrod. HEX triplet: C7, 91 and 0B. RGB value is (199,145,11). Sum of RGB (Red+Green+Blue) = 199+145+11=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7910B is #386EF4. Grayscale: #929292. Windows color (decimal): -3698421 or 758215. OLE color: 758215.

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

Color convert

RGB 199 145 11 -
CMYK 0 0.27 0.94 0.22
HSL 42.77º 0.9% 0.41% -
HSV(B) 42.77º 0.94% 0.78% -
XYZ 33.74 32.42 4.8 -
YUV 145.87 51.89 165.9 -
System Red Green Blue C M Y K H S L
Decimal 199 145 11 0 0.27 0.94 0.22 42.77 0.9 0.41
Hex C7 91 B 0 1B 5E 16 2B 5A 29
Octal 307 221 13 0 33 136 26 53 132 51
Binary 11000111 10010001 1011 0 11011 1011110 10110 101011 1011010 101001

Color Harmonies of #C7910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7910B

Black with #C7910B

Text Example


Text Example

White with #C7910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7910B; }

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

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

background-color css

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

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

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

border-color css

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

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

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