Html Css Color HEX #C07F10 Dark Goldenrod

📋 copy color: '#C07F10'

red 192 ◦ green 127 ◦ blue 16

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

Shades of Dark Goldenrod #C07F10

Tints of Dark Goldenrod #C07F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.78%

R = 57.31%
G = 37.91%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C07F10 (or 0xC07F10) is known color: Dark Goldenrod. HEX triplet: C0, 7F and 10. RGB value is (192,127,16). Sum of RGB (Red+Green+Blue) = 192+127+16=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F10 is #3F80EF. Grayscale: #868686. Windows color (decimal): -4161776 or 1081280. OLE color: 1081280.

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

Color convert

RGB 192 127 16 -
CMYK 0 0.34 0.92 0.25
HSL 37.84º 0.85% 0.41% -
HSV(B) 37.84º 0.92% 0.75% -
XYZ 29.42 26.42 4.04 -
YUV 133.78 61.53 169.53 -
System Red Green Blue C M Y K H S L
Decimal 192 127 16 0 0.34 0.92 0.25 37.84 0.85 0.41
Hex C0 7F 10 0 22 5C 19 26 55 29
Octal 300 177 20 0 42 134 31 46 125 51
Binary 11000000 1111111 10000 0 100010 1011100 11001 100110 1010101 101001

Color Harmonies of #C07F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F10

Black with #C07F10

Text Example


Text Example

White with #C07F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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