Html Css Color HEX #C07F14 Dark Goldenrod

📋 copy color: '#C07F14'

red 192 ◦ green 127 ◦ blue 20

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

Shades of Dark Goldenrod #C07F14

Tints of Dark Goldenrod #C07F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 56.64%
G = 37.46%
B = 5.9%

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

#C07F14 (or 0xC07F14) is known color: Dark Goldenrod. HEX triplet: C0, 7F and 14. RGB value is (192,127,20). Sum of RGB (Red+Green+Blue) = 192+127+20=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F14 is #3F80EB. Grayscale: #868686. Windows color (decimal): -4161772 or 1343424. OLE color: 1343424.

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

Color convert

RGB 192 127 20 -
CMYK 0 0.34 0.90 0.25
HSL 37.33º 0.81% 0.42% -
HSV(B) 37.33º 0.9% 0.75% -
XYZ 29.45 26.44 4.21 -
YUV 134.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 192 127 20 0 0.34 0.90 0.25 37.33 0.81 0.42
Hex C0 7F 14 0 22 5A 19 25 51 2A
Octal 300 177 24 0 42 132 31 45 121 52
Binary 11000000 1111111 10100 0 100010 1011010 11001 100101 1010001 101010

Color Harmonies of #C07F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F14

Black with #C07F14

Text Example


Text Example

White with #C07F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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