Html Css Color HEX #C07F16 Dark Goldenrod

📋 copy color: '#C07F16'

red 192 ◦ green 127 ◦ blue 22

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

Shades of Dark Goldenrod #C07F16

Tints of Dark Goldenrod #C07F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.45%

R = 56.3%
G = 37.24%
B = 6.45%

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

#C07F16 (or 0xC07F16) is known color: Dark Goldenrod. HEX triplet: C0, 7F and 16. RGB value is (192,127,22). Sum of RGB (Red+Green+Blue) = 192+127+22=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F16 is #3F80E9. Grayscale: #868686. Windows color (decimal): -4161770 or 1474496. OLE color: 1474496.

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

Color convert

RGB 192 127 22 -
CMYK 0 0.34 0.89 0.25
HSL 37.06º 0.79% 0.42% -
HSV(B) 37.06º 0.89% 0.75% -
XYZ 29.47 26.44 4.31 -
YUV 134.47 64.53 169.04 -
System Red Green Blue C M Y K H S L
Decimal 192 127 22 0 0.34 0.89 0.25 37.06 0.79 0.42
Hex C0 7F 16 0 22 59 19 25 4F 2A
Octal 300 177 26 0 42 131 31 45 117 52
Binary 11000000 1111111 10110 0 100010 1011001 11001 100101 1001111 101010

Color Harmonies of #C07F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F16

Black with #C07F16

Text Example


Text Example

White with #C07F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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