Html Css Color HEX #C5780D Dark Goldenrod

📋 copy color: '#C5780D'

red 197 ◦ green 120 ◦ blue 13

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

Shades of Dark Goldenrod #C5780D

Tints of Dark Goldenrod #C5780D

RGB

 RED value IS 197 (77.34% from 255) = 59.7%

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

 BLUE value IS 13 (5.47% from 255) = 3.94%

R = 59.7%
G = 36.36%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5780D (or 0xC5780D) is known color: Dark Goldenrod. HEX triplet: C5, 78 and 0D. RGB value is (197,120,13). Sum of RGB (Red+Green+Blue) = 197+120+13=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5780D is #3A87F2. Grayscale: #838383. Windows color (decimal): -3835891 or 882885. OLE color: 882885.

HSL color Cylindrical-coordinate representation of color #C5780D: hue angle of 34.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5780D is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 120 13 -
CMYK 0 0.39 0.93 0.23
HSL 34.89º 0.88% 0.41% -
HSV(B) 34.89º 0.93% 0.77% -
XYZ 29.82 25.33 3.7 -
YUV 130.83 61.51 175.2 -
System Red Green Blue C M Y K H S L
Decimal 197 120 13 0 0.39 0.93 0.23 34.89 0.88 0.41
Hex C5 78 D 0 27 5D 17 23 58 29
Octal 305 170 15 0 47 135 27 43 130 51
Binary 11000101 1111000 1101 0 100111 1011101 10111 100011 1011000 101001

Color Harmonies of #C5780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5780D

Black with #C5780D

Text Example


Text Example

White with #C5780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5780D; }

 p { color: rgb(197,120,13); }

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

background-color css

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

 a { background-color: rgb(197,120,13); }

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

border-color css

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

 span { border-color: rgb(197,120,13); }

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