Html Css Color HEX #C5770D Dark Goldenrod

📋 copy color: '#C5770D'

red 197 ◦ green 119 ◦ blue 13

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

Shades of Dark Goldenrod #C5770D

Tints of Dark Goldenrod #C5770D

RGB

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

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

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

R = 59.88%
G = 36.17%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5770D (or 0xC5770D) is known color: Dark Goldenrod. HEX triplet: C5, 77 and 0D. RGB value is (197,119,13). Sum of RGB (Red+Green+Blue) = 197+119+13=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5770D is #3A88F2. Grayscale: #828282. Windows color (decimal): -3836147 or 882629. OLE color: 882629.

HSL color Cylindrical-coordinate representation of color #C5770D: hue angle of 34.57º 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 #C5770D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 119 13 -
CMYK 0 0.40 0.93 0.23
HSL 34.57º 0.88% 0.41% -
HSV(B) 34.57º 0.93% 0.77% -
XYZ 29.7 25.09 3.66 -
YUV 130.24 61.84 175.62 -
System Red Green Blue C M Y K H S L
Decimal 197 119 13 0 0.40 0.93 0.23 34.57 0.88 0.41
Hex C5 77 D 0 28 5D 17 23 58 29
Octal 305 167 15 0 50 135 27 43 130 51
Binary 11000101 1110111 1101 0 101000 1011101 10111 100011 1011000 101001

Color Harmonies of #C5770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5770D

Black with #C5770D

Text Example


Text Example

White with #C5770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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