Html Css Color HEX #C7920C Dark Goldenrod

📋 copy color: '#C7920C'

red 199 ◦ green 146 ◦ blue 12

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

Shades of Dark Goldenrod #C7920C

Tints of Dark Goldenrod #C7920C

RGB

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

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

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

R = 55.74%
G = 40.9%
B = 3.36%

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

#C7920C (or 0xC7920C) is known color: Dark Goldenrod. HEX triplet: C7, 92 and 0C. RGB value is (199,146,12). Sum of RGB (Red+Green+Blue) = 199+146+12=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7920C is #386DF3. Grayscale: #939393. Windows color (decimal): -3698164 or 824007. OLE color: 824007.

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

Color convert

RGB 199 146 12 -
CMYK 0 0.27 0.94 0.22
HSL 42.99º 0.89% 0.41% -
HSV(B) 42.99º 0.94% 0.78% -
XYZ 33.9 32.73 4.88 -
YUV 146.57 52.06 165.4 -
System Red Green Blue C M Y K H S L
Decimal 199 146 12 0 0.27 0.94 0.22 42.99 0.89 0.41
Hex C7 92 C 0 1B 5E 16 2B 59 29
Octal 307 222 14 0 33 136 26 53 131 51
Binary 11000111 10010010 1100 0 11011 1011110 10110 101011 1011001 101001

Color Harmonies of #C7920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7920C

Black with #C7920C

Text Example


Text Example

White with #C7920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7920C; }

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

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

background-color css

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

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

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

border-color css

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

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

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