Html Css Color HEX #C07403 Dark Goldenrod

📋 copy color: '#C07403'

red 192 ◦ green 116 ◦ blue 3

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

Shades of Dark Goldenrod #C07403

Tints of Dark Goldenrod #C07403

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.3%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 61.74%
G = 37.3%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C07403 (or 0xC07403) is known color: Dark Goldenrod. HEX triplet: C0, 74 and 03. RGB value is (192,116,3). Sum of RGB (Red+Green+Blue) = 192+116+3=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C07403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07403 is #3F8BFC. Grayscale: #7E7E7E. Windows color (decimal): -4164605 or 226496. OLE color: 226496.

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

Color convert

RGB 192 116 3 -
CMYK 0 0.40 0.98 0.25
HSL 35.87º 0.97% 0.38% -
HSV(B) 35.87º 0.98% 0.75% -
XYZ 28 23.7 3.19 -
YUV 125.84 58.68 175.19 -
System Red Green Blue C M Y K H S L
Decimal 192 116 3 0 0.40 0.98 0.25 35.87 0.97 0.38
Hex C0 74 3 0 28 62 19 24 61 26
Octal 300 164 3 0 50 142 31 44 141 46
Binary 11000000 1110100 11 0 101000 1100010 11001 100100 1100001 100110

Color Harmonies of #C07403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07403

Black with #C07403

Text Example


Text Example

White with #C07403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07403; }

 p { color: rgb(192,116,3); }

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

background-color css

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

 a { background-color: rgb(192,116,3); }

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

border-color css

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

 span { border-color: rgb(192,116,3); }

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