Html Css Color HEX #C07F0E Dark Goldenrod

📋 copy color: '#C07F0E'

red 192 ◦ green 127 ◦ blue 14

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

Shades of Dark Goldenrod #C07F0E

Tints of Dark Goldenrod #C07F0E

RGB

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

 GREEN value IS 127 (50% from 255) = 38.14%

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 57.66%
G = 38.14%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C07F0E (or 0xC07F0E) is known color: Dark Goldenrod. HEX triplet: C0, 7F and 0E. RGB value is (192,127,14). Sum of RGB (Red+Green+Blue) = 192+127+14=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F0E is #3F80F1. Grayscale: #868686. Windows color (decimal): -4161778 or 950208. OLE color: 950208.

HSL color Cylindrical-coordinate representation of color #C07F0E: hue angle of 38.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C07F0E is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 127 14 -
CMYK 0 0.34 0.93 0.25
HSL 38.09º 0.86% 0.4% -
HSV(B) 38.09º 0.93% 0.75% -
XYZ 29.41 26.42 3.96 -
YUV 133.55 60.53 169.69 -
System Red Green Blue C M Y K H S L
Decimal 192 127 14 0 0.34 0.93 0.25 38.09 0.86 0.4
Hex C0 7F E 0 22 5D 19 26 56 28
Octal 300 177 16 0 42 135 31 46 126 50
Binary 11000000 1111111 1110 0 100010 1011101 11001 100110 1010110 101000

Color Harmonies of #C07F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F0E

Black with #C07F0E

Text Example


Text Example

White with #C07F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F0E; }

 p { color: rgb(192,127,14); }

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

background-color css

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

 a { background-color: rgb(192,127,14); }

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

border-color css

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

 span { border-color: rgb(192,127,14); }

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