Html Css Color HEX #C07805 Dark Goldenrod

📋 copy color: '#C07805'

red 192 ◦ green 120 ◦ blue 5

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

Shades of Dark Goldenrod #C07805

Tints of Dark Goldenrod #C07805

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.85%

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

R = 60.57%
G = 37.85%
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

#C07805 (or 0xC07805) is known color: Dark Goldenrod. HEX triplet: C0, 78 and 05. RGB value is (192,120,5). Sum of RGB (Red+Green+Blue) = 192+120+5=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C07805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07805 is #3F87FA. Grayscale: #808080. Windows color (decimal): -4163579 or 358592. OLE color: 358592.

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

Color convert

RGB 192 120 5 -
CMYK 0 0.38 0.97 0.25
HSL 36.9º 0.95% 0.39% -
HSV(B) 36.9º 0.97% 0.75% -
XYZ 28.48 24.65 3.4 -
YUV 128.42 58.35 173.35 -
System Red Green Blue C M Y K H S L
Decimal 192 120 5 0 0.38 0.97 0.25 36.9 0.95 0.39
Hex C0 78 5 0 26 61 19 25 5F 27
Octal 300 170 5 0 46 141 31 45 137 47
Binary 11000000 1111000 101 0 100110 1100001 11001 100101 1011111 100111

Color Harmonies of #C07805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07805

Black with #C07805

Text Example


Text Example

White with #C07805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07805; }

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

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

background-color css

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

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

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

border-color css

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

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

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