Html Css Color HEX #C07E10 Dark Goldenrod

📋 copy color: '#C07E10'

red 192 ◦ green 126 ◦ blue 16

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

Shades of Dark Goldenrod #C07E10

Tints of Dark Goldenrod #C07E10

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.72%

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

R = 57.49%
G = 37.72%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C07E10 (or 0xC07E10) is known color: Dark Goldenrod. HEX triplet: C0, 7E and 10. RGB value is (192,126,16). Sum of RGB (Red+Green+Blue) = 192+126+16=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07E10 is #3F81EF. Grayscale: #858585. Windows color (decimal): -4162032 or 1081024. OLE color: 1081024.

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

Color convert

RGB 192 126 16 -
CMYK 0 0.34 0.92 0.25
HSL 37.5º 0.85% 0.41% -
HSV(B) 37.5º 0.92% 0.75% -
XYZ 29.29 26.17 4 -
YUV 133.19 61.87 169.94 -
System Red Green Blue C M Y K H S L
Decimal 192 126 16 0 0.34 0.92 0.25 37.5 0.85 0.41
Hex C0 7E 10 0 22 5C 19 26 55 29
Octal 300 176 20 0 42 134 31 46 125 51
Binary 11000000 1111110 10000 0 100010 1011100 11001 100110 1010101 101001

Color Harmonies of #C07E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E10

Black with #C07E10

Text Example


Text Example

White with #C07E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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