Html Css Color HEX #C07705 Dark Goldenrod

📋 copy color: '#C07705'

red 192 ◦ green 119 ◦ blue 5

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

Shades of Dark Goldenrod #C07705

Tints of Dark Goldenrod #C07705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.66%

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

R = 60.76%
G = 37.66%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C07705 (or 0xC07705) is known color: Dark Goldenrod. HEX triplet: C0, 77 and 05. RGB value is (192,119,5). Sum of RGB (Red+Green+Blue) = 192+119+5=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C07705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07705 is #3F88FA. Grayscale: #808080. Windows color (decimal): -4163835 or 358336. OLE color: 358336.

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

Color convert

RGB 192 119 5 -
CMYK 0 0.38 0.97 0.25
HSL 36.58º 0.95% 0.39% -
HSV(B) 36.58º 0.97% 0.75% -
XYZ 28.36 24.41 3.36 -
YUV 127.83 58.68 173.77 -
System Red Green Blue C M Y K H S L
Decimal 192 119 5 0 0.38 0.97 0.25 36.58 0.95 0.39
Hex C0 77 5 0 26 61 19 25 5F 27
Octal 300 167 5 0 46 141 31 45 137 47
Binary 11000000 1110111 101 0 100110 1100001 11001 100101 1011111 100111

Color Harmonies of #C07705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07705

Black with #C07705

Text Example


Text Example

White with #C07705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07705; }

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

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

background-color css

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

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

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

border-color css

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

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

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