Html Css Color HEX #C7920A Dark Goldenrod

📋 copy color: '#C7920A'

red 199 ◦ green 146 ◦ blue 10

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

Shades of Dark Goldenrod #C7920A

Tints of Dark Goldenrod #C7920A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 56.06%
G = 41.13%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7920A (or 0xC7920A) is known color: Dark Goldenrod. HEX triplet: C7, 92 and 0A. RGB value is (199,146,10). Sum of RGB (Red+Green+Blue) = 199+146+10=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7920A is #386DF5. Grayscale: #929292. Windows color (decimal): -3698166 or 692935. OLE color: 692935.

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

Color convert

RGB 199 146 10 -
CMYK 0 0.27 0.95 0.22
HSL 43.17º 0.9% 0.41% -
HSV(B) 43.17º 0.95% 0.78% -
XYZ 33.89 32.72 4.82 -
YUV 146.34 51.06 165.56 -
System Red Green Blue C M Y K H S L
Decimal 199 146 10 0 0.27 0.95 0.22 43.17 0.9 0.41
Hex C7 92 A 0 1B 5F 16 2B 5A 29
Octal 307 222 12 0 33 137 26 53 132 51
Binary 11000111 10010010 1010 0 11011 1011111 10110 101011 1011010 101001

Color Harmonies of #C7920A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7920A

Black with #C7920A

Text Example


Text Example

White with #C7920A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7920A; }

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

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

background-color css

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

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

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

border-color css

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

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

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