Html Css Color HEX #D5B063 Equator

📋 copy color: '#D5B063'

red 213 ◦ green 176 ◦ blue 99

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

Shades of Equator #D5B063

Tints of Equator #D5B063

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.07%

 BLUE value IS 99 (39.06% from 255) = 20.29%

R = 43.65%
G = 36.07%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5B063 (or 0xD5B063) is known color: Equator. HEX triplet: D5, B0 and 63. RGB value is (213,176,99). Sum of RGB (Red+Green+Blue) = 213+176+99=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B063 is #2A4F9C. Grayscale: #B2B2B2. Windows color (decimal): -2772893 or 6533333. OLE color: 6533333.

HSL color Cylindrical-coordinate representation of color #D5B063: hue angle of 40.53º 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 #D5B063 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 176 99 -
CMYK 0 0.17 0.54 0.16
HSL 40.53º 0.58% 0.61% -
HSV(B) 40.53º 0.54% 0.84% -
XYZ 45.22 46.1 18.32 -
YUV 178.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 213 176 99 0 0.17 0.54 0.16 40.53 0.58 0.61
Hex D5 B0 63 0 11 36 10 29 3A 3D
Octal 325 260 143 0 21 66 20 51 72 75
Binary 11010101 10110000 1100011 0 10001 110110 10000 101001 111010 111101

Color Harmonies of #D5B063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B063

Black with #D5B063

Text Example


Text Example

White with #D5B063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B063; }

 p { color: rgb(213,176,99); }

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

background-color css

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

 a { background-color: rgb(213,176,99); }

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

border-color css

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

 span { border-color: rgb(213,176,99); }

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