Html Css Color HEX #C07500 Dark Goldenrod

📋 copy color: '#C07500'

red 192 ◦ green 117 ◦ blue 0

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

Shades of Dark Goldenrod #C07500

Tints of Dark Goldenrod #C07500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.14%
G = 37.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C07500 (or 0xC07500) is known color: Dark Goldenrod. HEX triplet: C0, 75 and 00. RGB value is (192,117,0). Sum of RGB (Red+Green+Blue) = 192+117+0=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C07500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07500 is #3F8AFF. Grayscale: #7E7E7E. Windows color (decimal): -4164352 or 30144. OLE color: 30144.

HSL color Cylindrical-coordinate representation of color #C07500: hue angle of 36.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C07500 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 0 -
CMYK 0 0.39 1 0.25
HSL 36.56º 1% 0.38% -
HSV(B) 36.56º 1% 0.75% -
XYZ 28.1 23.93 3.14 -
YUV 126.09 56.85 175.01 -
System Red Green Blue C M Y K H S L
Decimal 192 117 0 0 0.39 1 0.25 36.56 1 0.38
Hex C0 75 0 0 27 64 19 25 64 26
Octal 300 165 0 0 47 144 31 45 144 46
Binary 11000000 1110101 0 0 100111 1100100 11001 100101 1100100 100110

Color Harmonies of #C07500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07500

Black with #C07500

Text Example


Text Example

White with #C07500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07500; }

 p { color: rgb(192,117,0); }

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

background-color css

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

 a { background-color: rgb(192,117,0); }

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

border-color css

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

 span { border-color: rgb(192,117,0); }

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