Html Css Color HEX #D5B261 Equator

📋 copy color: '#D5B261'

red 213 ◦ green 178 ◦ blue 97

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

Shades of Equator #D5B261

Tints of Equator #D5B261

RGB

 RED value IS 213 (83.59% from 255) = 43.65%

 GREEN value IS 178 (69.92% from 255) = 36.48%

 BLUE value IS 97 (38.28% from 255) = 19.88%

R = 43.65%
G = 36.48%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5B261 (or 0xD5B261) is known color: Equator. HEX triplet: D5, B2 and 61. RGB value is (213,178,97). Sum of RGB (Red+Green+Blue) = 213+178+97=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B261 is #2A4D9E. Grayscale: #B3B3B3. Windows color (decimal): -2772383 or 6402773. OLE color: 6402773.

HSL color Cylindrical-coordinate representation of color #D5B261: hue angle of 41.9º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5B261 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 178 97 -
CMYK 0 0.16 0.54 0.16
HSL 41.9º 0.58% 0.61% -
HSV(B) 41.9º 0.54% 0.84% -
XYZ 45.52 46.85 17.95 -
YUV 179.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 213 178 97 0 0.16 0.54 0.16 41.9 0.58 0.61
Hex D5 B2 61 0 10 36 10 2A 3A 3D
Octal 325 262 141 0 20 66 20 52 72 75
Binary 11010101 10110010 1100001 0 10000 110110 10000 101010 111010 111101

Color Harmonies of #D5B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B261

Black with #D5B261

Text Example


Text Example

White with #D5B261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B261; }

 p { color: rgb(213,178,97); }

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

background-color css

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

 a { background-color: rgb(213,178,97); }

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

border-color css

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

 span { border-color: rgb(213,178,97); }

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