Html Css Color HEX #C7910C Dark Goldenrod

📋 copy color: '#C7910C'

red 199 ◦ green 145 ◦ blue 12

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

Shades of Dark Goldenrod #C7910C

Tints of Dark Goldenrod #C7910C

RGB

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

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

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

R = 55.9%
G = 40.73%
B = 3.37%

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

#C7910C (or 0xC7910C) is known color: Dark Goldenrod. HEX triplet: C7, 91 and 0C. RGB value is (199,145,12). Sum of RGB (Red+Green+Blue) = 199+145+12=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7910C is #386EF3. Grayscale: #929292. Windows color (decimal): -3698420 or 823751. OLE color: 823751.

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

Color convert

RGB 199 145 12 -
CMYK 0 0.27 0.94 0.22
HSL 42.67º 0.89% 0.41% -
HSV(B) 42.67º 0.94% 0.78% -
XYZ 33.74 32.42 4.83 -
YUV 145.98 52.39 165.81 -
System Red Green Blue C M Y K H S L
Decimal 199 145 12 0 0.27 0.94 0.22 42.67 0.89 0.41
Hex C7 91 C 0 1B 5E 16 2B 59 29
Octal 307 221 14 0 33 136 26 53 131 51
Binary 11000111 10010001 1100 0 11011 1011110 10110 101011 1011001 101001

Color Harmonies of #C7910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7910C

Black with #C7910C

Text Example


Text Example

White with #C7910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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