Html Css Color HEX #C78305 Dark Goldenrod

📋 copy color: '#C78305'

red 199 ◦ green 131 ◦ blue 5

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

Shades of Dark Goldenrod #C78305

Tints of Dark Goldenrod #C78305

RGB

 RED value IS 199 (78.13% from 255) = 59.4%

 GREEN value IS 131 (51.56% from 255) = 39.1%

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

R = 59.4%
G = 39.1%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C78305 (or 0xC78305) is known color: Dark Goldenrod. HEX triplet: C7, 83 and 05. RGB value is (199,131,5). Sum of RGB (Red+Green+Blue) = 199+131+5=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C78305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78305 is #387CFA. Grayscale: #898989. Windows color (decimal): -3702011 or 361415. OLE color: 361415.

HSL color Cylindrical-coordinate representation of color #C78305: hue angle of 38.97º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C78305 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 131 5 -
CMYK 0 0.34 0.97 0.22
HSL 38.97º 0.95% 0.4% -
HSV(B) 38.97º 0.97% 0.78% -
XYZ 31.7 28.39 3.95 -
YUV 136.97 53.53 172.25 -
System Red Green Blue C M Y K H S L
Decimal 199 131 5 0 0.34 0.97 0.22 38.97 0.95 0.4
Hex C7 83 5 0 22 61 16 27 5F 28
Octal 307 203 5 0 42 141 26 47 137 50
Binary 11000111 10000011 101 0 100010 1100001 10110 100111 1011111 101000

Color Harmonies of #C78305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78305

Black with #C78305

Text Example


Text Example

White with #C78305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78305; }

 p { color: rgb(199,131,5); }

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

background-color css

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

 a { background-color: rgb(199,131,5); }

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

border-color css

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

 span { border-color: rgb(199,131,5); }

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