Html Css Color HEX #C07F15 Dark Goldenrod

📋 copy color: '#C07F15'

red 192 ◦ green 127 ◦ blue 21

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

Shades of Dark Goldenrod #C07F15

Tints of Dark Goldenrod #C07F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 56.47%
G = 37.35%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C07F15 (or 0xC07F15) is known color: Dark Goldenrod. HEX triplet: C0, 7F and 15. RGB value is (192,127,21). Sum of RGB (Red+Green+Blue) = 192+127+21=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F15 is #3F80EA. Grayscale: #868686. Windows color (decimal): -4161771 or 1408960. OLE color: 1408960.

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

Color convert

RGB 192 127 21 -
CMYK 0 0.34 0.89 0.25
HSL 37.19º 0.8% 0.42% -
HSV(B) 37.19º 0.89% 0.75% -
XYZ 29.46 26.44 4.26 -
YUV 134.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 192 127 21 0 0.34 0.89 0.25 37.19 0.8 0.42
Hex C0 7F 15 0 22 59 19 25 50 2A
Octal 300 177 25 0 42 131 31 45 120 52
Binary 11000000 1111111 10101 0 100010 1011001 11001 100101 1010000 101010

Color Harmonies of #C07F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F15

Black with #C07F15

Text Example


Text Example

White with #C07F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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