Html Css Color HEX #C07302 Dark Goldenrod

📋 copy color: '#C07302'

red 192 ◦ green 115 ◦ blue 2

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

Shades of Dark Goldenrod #C07302

Tints of Dark Goldenrod #C07302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.22%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 62.14%
G = 37.22%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C07302 (or 0xC07302) is known color: Dark Goldenrod. HEX triplet: C0, 73 and 02. RGB value is (192,115,2). Sum of RGB (Red+Green+Blue) = 192+115+2=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C07302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07302 is #3F8CFD. Grayscale: #7D7D7D. Windows color (decimal): -4164862 or 160704. OLE color: 160704.

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

Color convert

RGB 192 115 2 -
CMYK 0 0.40 0.99 0.25
HSL 35.68º 0.98% 0.38% -
HSV(B) 35.68º 0.99% 0.75% -
XYZ 27.88 23.47 3.12 -
YUV 125.14 58.51 175.69 -
System Red Green Blue C M Y K H S L
Decimal 192 115 2 0 0.40 0.99 0.25 35.68 0.98 0.38
Hex C0 73 2 0 28 63 19 24 62 26
Octal 300 163 2 0 50 143 31 44 142 46
Binary 11000000 1110011 10 0 101000 1100011 11001 100100 1100010 100110

Color Harmonies of #C07302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07302

Black with #C07302

Text Example


Text Example

White with #C07302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07302; }

 p { color: rgb(192,115,2); }

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

background-color css

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

 a { background-color: rgb(192,115,2); }

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

border-color css

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

 span { border-color: rgb(192,115,2); }

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