Html Css Color HEX #C07105 Dark Goldenrod

📋 copy color: '#C07105'

red 192 ◦ green 113 ◦ blue 5

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

Shades of Dark Goldenrod #C07105

Tints of Dark Goldenrod #C07105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 61.94%
G = 36.45%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C07105 (or 0xC07105) is known color: Dark Goldenrod. HEX triplet: C0, 71 and 05. RGB value is (192,113,5). Sum of RGB (Red+Green+Blue) = 192+113+5=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C07105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07105 is #3F8EFA. Grayscale: #7C7C7C. Windows color (decimal): -4165371 or 356800. OLE color: 356800.

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

Color convert

RGB 192 113 5 -
CMYK 0 0.41 0.97 0.25
HSL 34.65º 0.95% 0.39% -
HSV(B) 34.65º 0.97% 0.75% -
XYZ 27.67 23.03 3.13 -
YUV 124.31 60.67 176.28 -
System Red Green Blue C M Y K H S L
Decimal 192 113 5 0 0.41 0.97 0.25 34.65 0.95 0.39
Hex C0 71 5 0 29 61 19 23 5F 27
Octal 300 161 5 0 51 141 31 43 137 47
Binary 11000000 1110001 101 0 101001 1100001 11001 100011 1011111 100111

Color Harmonies of #C07105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07105

Black with #C07105

Text Example


Text Example

White with #C07105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07105; }

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

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

background-color css

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

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

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

border-color css

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

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

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