Html Css Color HEX #C07910 Dark Goldenrod

📋 copy color: '#C07910'

red 192 ◦ green 121 ◦ blue 16

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

Shades of Dark Goldenrod #C07910

Tints of Dark Goldenrod #C07910

RGB

 RED value IS 192 (75.39% from 255) = 58.36%

 GREEN value IS 121 (47.66% from 255) = 36.78%

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 58.36%
G = 36.78%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C07910 (or 0xC07910) is known color: Dark Goldenrod. HEX triplet: C0, 79 and 10. RGB value is (192,121,16). Sum of RGB (Red+Green+Blue) = 192+121+16=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C07910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07910 is #3F86EF. Grayscale: #828282. Windows color (decimal): -4163312 or 1079744. OLE color: 1079744.

HSL color Cylindrical-coordinate representation of color #C07910: hue angle of 35.8º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C07910 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 16 -
CMYK 0 0.37 0.92 0.25
HSL 35.8º 0.85% 0.41% -
HSV(B) 35.8º 0.92% 0.75% -
XYZ 28.67 24.92 3.79 -
YUV 130.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 192 121 16 0 0.37 0.92 0.25 35.8 0.85 0.41
Hex C0 79 10 0 25 5C 19 24 55 29
Octal 300 171 20 0 45 134 31 44 125 51
Binary 11000000 1111001 10000 0 100101 1011100 11001 100100 1010101 101001

Color Harmonies of #C07910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07910

Black with #C07910

Text Example


Text Example

White with #C07910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07910; }

 p { color: rgb(192,121,16); }

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

background-color css

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

 a { background-color: rgb(192,121,16); }

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

border-color css

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

 span { border-color: rgb(192,121,16); }

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