Html Css Color HEX #C5881A Dark Goldenrod

📋 copy color: '#C5881A'

red 197 ◦ green 136 ◦ blue 26

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

Shades of Dark Goldenrod #C5881A

Tints of Dark Goldenrod #C5881A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

 BLUE value IS 26 (10.55% from 255) = 7.24%

R = 54.87%
G = 37.88%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5881A (or 0xC5881A) is known color: Dark Goldenrod. HEX triplet: C5, 88 and 1A. RGB value is (197,136,26). Sum of RGB (Red+Green+Blue) = 197+136+26=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5881A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5881A is #3A77E5. Grayscale: #8E8E8E. Windows color (decimal): -3831782 or 1738949. OLE color: 1738949.

HSL color Cylindrical-coordinate representation of color #C5881A: hue angle of 38.6º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5881A is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 136 26 -
CMYK 0 0.31 0.87 0.23
HSL 38.6º 0.77% 0.44% -
HSV(B) 38.6º 0.87% 0.77% -
XYZ 32.02 29.55 4.99 -
YUV 141.7 62.71 167.44 -
System Red Green Blue C M Y K H S L
Decimal 197 136 26 0 0.31 0.87 0.23 38.6 0.77 0.44
Hex C5 88 1A 0 1F 57 17 27 4D 2C
Octal 305 210 32 0 37 127 27 47 115 54
Binary 11000101 10001000 11010 0 11111 1010111 10111 100111 1001101 101100

Color Harmonies of #C5881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5881A

Black with #C5881A

Text Example


Text Example

White with #C5881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5881A; }

 p { color: rgb(197,136,26); }

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

background-color css

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

 a { background-color: rgb(197,136,26); }

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

border-color css

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

 span { border-color: rgb(197,136,26); }

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