Html Css Color HEX #C07E13 Dark Goldenrod

📋 copy color: '#C07E13'

red 192 ◦ green 126 ◦ blue 19

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

Shades of Dark Goldenrod #C07E13

Tints of Dark Goldenrod #C07E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.64%

R = 56.97%
G = 37.39%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C07E13 (or 0xC07E13) is known color: Dark Goldenrod. HEX triplet: C0, 7E and 13. RGB value is (192,126,19). Sum of RGB (Red+Green+Blue) = 192+126+19=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07E13 is #3F81EC. Grayscale: #868686. Windows color (decimal): -4162029 or 1277632. OLE color: 1277632.

HSL color Cylindrical-coordinate representation of color #C07E13: hue angle of 37.11º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C07E13 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 19 -
CMYK 0 0.34 0.90 0.25
HSL 37.11º 0.82% 0.41% -
HSV(B) 37.11º 0.9% 0.75% -
XYZ 29.32 26.18 4.12 -
YUV 133.54 63.37 169.7 -
System Red Green Blue C M Y K H S L
Decimal 192 126 19 0 0.34 0.90 0.25 37.11 0.82 0.41
Hex C0 7E 13 0 22 5A 19 25 52 29
Octal 300 176 23 0 42 132 31 45 122 51
Binary 11000000 1111110 10011 0 100010 1011010 11001 100101 1010010 101001

Color Harmonies of #C07E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E13

Black with #C07E13

Text Example


Text Example

White with #C07E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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