Html Css Color HEX #C78701 Dark Goldenrod

📋 copy color: '#C78701'

red 199 ◦ green 135 ◦ blue 1

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

Shades of Dark Goldenrod #C78701

Tints of Dark Goldenrod #C78701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.3%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 59.4%
G = 40.3%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C78701 (or 0xC78701) is known color: Dark Goldenrod. HEX triplet: C7, 87 and 01. RGB value is (199,135,1). Sum of RGB (Red+Green+Blue) = 199+135+1=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C78701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78701 is #3878FE. Grayscale: #8B8B8B. Windows color (decimal): -3700991 or 100295. OLE color: 100295.

HSL color Cylindrical-coordinate representation of color #C78701: hue angle of 40.61º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C78701 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 135 1 -
CMYK 0 0.32 0.99 0.22
HSL 40.61º 0.99% 0.39% -
HSV(B) 40.61º 0.99% 0.78% -
XYZ 32.22 29.47 4.02 -
YUV 138.86 50.2 170.9 -
System Red Green Blue C M Y K H S L
Decimal 199 135 1 0 0.32 0.99 0.22 40.61 0.99 0.39
Hex C7 87 1 0 20 63 16 29 63 27
Octal 307 207 1 0 40 143 26 51 143 47
Binary 11000111 10000111 1 0 100000 1100011 10110 101001 1100011 100111

Color Harmonies of #C78701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78701

Black with #C78701

Text Example


Text Example

White with #C78701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78701; }

 p { color: rgb(199,135,1); }

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

background-color css

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

 a { background-color: rgb(199,135,1); }

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

border-color css

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

 span { border-color: rgb(199,135,1); }

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