Html Css Color HEX #C07D10 Dark Goldenrod

📋 copy color: '#C07D10'

red 192 ◦ green 125 ◦ blue 16

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

Shades of Dark Goldenrod #C07D10

Tints of Dark Goldenrod #C07D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.54%

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

R = 57.66%
G = 37.54%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C07D10 (or 0xC07D10) is known color: Dark Goldenrod. HEX triplet: C0, 7D and 10. RGB value is (192,125,16). Sum of RGB (Red+Green+Blue) = 192+125+16=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07D10 is #3F82EF. Grayscale: #858585. Windows color (decimal): -4162288 or 1080768. OLE color: 1080768.

HSL color Cylindrical-coordinate representation of color #C07D10: hue angle of 37.16º 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 #C07D10 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 125 16 -
CMYK 0 0.35 0.92 0.25
HSL 37.16º 0.85% 0.41% -
HSV(B) 37.16º 0.92% 0.75% -
XYZ 29.17 25.91 3.95 -
YUV 132.61 62.2 170.36 -
System Red Green Blue C M Y K H S L
Decimal 192 125 16 0 0.35 0.92 0.25 37.16 0.85 0.41
Hex C0 7D 10 0 23 5C 19 25 55 29
Octal 300 175 20 0 43 134 31 45 125 51
Binary 11000000 1111101 10000 0 100011 1011100 11001 100101 1010101 101001

Color Harmonies of #C07D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D10

Black with #C07D10

Text Example


Text Example

White with #C07D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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