Html Css Color HEX #C7920D Dark Goldenrod

📋 copy color: '#C7920D'

red 199 ◦ green 146 ◦ blue 13

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

Shades of Dark Goldenrod #C7920D

Tints of Dark Goldenrod #C7920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

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

R = 55.59%
G = 40.78%
B = 3.63%

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

#C7920D (or 0xC7920D) is known color: Dark Goldenrod. HEX triplet: C7, 92 and 0D. RGB value is (199,146,13). Sum of RGB (Red+Green+Blue) = 199+146+13=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7920D is #386DF2. Grayscale: #939393. Windows color (decimal): -3698163 or 889543. OLE color: 889543.

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

Color convert

RGB 199 146 13 -
CMYK 0 0.27 0.93 0.22
HSL 42.9º 0.88% 0.42% -
HSV(B) 42.9º 0.93% 0.78% -
XYZ 33.9 32.73 4.91 -
YUV 146.69 52.56 165.31 -
System Red Green Blue C M Y K H S L
Decimal 199 146 13 0 0.27 0.93 0.22 42.9 0.88 0.42
Hex C7 92 D 0 1B 5D 16 2B 58 2A
Octal 307 222 15 0 33 135 26 53 130 52
Binary 11000111 10010010 1101 0 11011 1011101 10110 101011 1011000 101010

Color Harmonies of #C7920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7920D

Black with #C7920D

Text Example


Text Example

White with #C7920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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