Html Css Color HEX #C07200 Dark Goldenrod

📋 copy color: '#C07200'

red 192 ◦ green 114 ◦ blue 0

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

Shades of Dark Goldenrod #C07200

Tints of Dark Goldenrod #C07200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.25%

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

R = 62.75%
G = 37.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C07200 (or 0xC07200) is known color: Dark Goldenrod. HEX triplet: C0, 72 and 00. RGB value is (192,114,0). Sum of RGB (Red+Green+Blue) = 192+114+0=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C07200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07200 is #3F8DFF. Grayscale: #7C7C7C. Windows color (decimal): -4165120 or 29376. OLE color: 29376.

HSL color Cylindrical-coordinate representation of color #C07200: hue angle of 35.62º 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 #C07200 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 114 0 -
CMYK 0 0.41 1 0.25
HSL 35.63º 1% 0.38% -
HSV(B) 35.63º 1% 0.75% -
XYZ 27.76 23.24 3.02 -
YUV 124.33 57.84 176.27 -
System Red Green Blue C M Y K H S L
Decimal 192 114 0 0 0.41 1 0.25 35.63 1 0.38
Hex C0 72 0 0 29 64 19 24 64 26
Octal 300 162 0 0 51 144 31 44 144 46
Binary 11000000 1110010 0 0 101001 1100100 11001 100100 1100100 100110

Color Harmonies of #C07200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07200

Black with #C07200

Text Example


Text Example

White with #C07200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07200; }

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

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

background-color css

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

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

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

border-color css

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

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

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