Html Css Color HEX #C07603 Dark Goldenrod

📋 copy color: '#C07603'

red 192 ◦ green 118 ◦ blue 3

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

Shades of Dark Goldenrod #C07603

Tints of Dark Goldenrod #C07603

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

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

R = 61.34%
G = 37.7%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C07603 (or 0xC07603) is known color: Dark Goldenrod. HEX triplet: C0, 76 and 03. RGB value is (192,118,3). Sum of RGB (Red+Green+Blue) = 192+118+3=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C07603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07603 is #3F89FC. Grayscale: #7F7F7F. Windows color (decimal): -4164093 or 227008. OLE color: 227008.

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

Color convert

RGB 192 118 3 -
CMYK 0 0.39 0.98 0.25
HSL 36.51º 0.97% 0.38% -
HSV(B) 36.51º 0.98% 0.75% -
XYZ 28.23 24.17 3.26 -
YUV 127.02 58.02 174.35 -
System Red Green Blue C M Y K H S L
Decimal 192 118 3 0 0.39 0.98 0.25 36.51 0.97 0.38
Hex C0 76 3 0 27 62 19 25 61 26
Octal 300 166 3 0 47 142 31 45 141 46
Binary 11000000 1110110 11 0 100111 1100010 11001 100101 1100001 100110

Color Harmonies of #C07603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07603

Black with #C07603

Text Example


Text Example

White with #C07603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07603; }

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

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

background-color css

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

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

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

border-color css

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

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

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