Html Css Color HEX #C07103 Dark Goldenrod

📋 copy color: '#C07103'

red 192 ◦ green 113 ◦ blue 3

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

Shades of Dark Goldenrod #C07103

Tints of Dark Goldenrod #C07103

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.69%

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

R = 62.34%
G = 36.69%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C07103 (or 0xC07103) is known color: Dark Goldenrod. HEX triplet: C0, 71 and 03. RGB value is (192,113,3). Sum of RGB (Red+Green+Blue) = 192+113+3=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C07103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07103 is #3F8EFC. Grayscale: #7C7C7C. Windows color (decimal): -4165373 or 225728. OLE color: 225728.

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

Color convert

RGB 192 113 3 -
CMYK 0 0.41 0.98 0.25
HSL 34.92º 0.97% 0.38% -
HSV(B) 34.92º 0.98% 0.75% -
XYZ 27.66 23.02 3.07 -
YUV 124.08 59.67 176.44 -
System Red Green Blue C M Y K H S L
Decimal 192 113 3 0 0.41 0.98 0.25 34.92 0.97 0.38
Hex C0 71 3 0 29 62 19 23 61 26
Octal 300 161 3 0 51 142 31 43 141 46
Binary 11000000 1110001 11 0 101001 1100010 11001 100011 1100001 100110

Color Harmonies of #C07103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07103

Black with #C07103

Text Example


Text Example

White with #C07103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07103; }

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

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

background-color css

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

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

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

border-color css

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

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

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