Html Css Color HEX #D5B168 Equator

📋 copy color: '#D5B168'

red 213 ◦ green 177 ◦ blue 104

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

Shades of Equator #D5B168

Tints of Equator #D5B168

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.83%

 BLUE value IS 104 (41.02% from 255) = 21.05%

R = 43.12%
G = 35.83%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D5B168 (or 0xD5B168) is known color: Equator. HEX triplet: D5, B1 and 68. RGB value is (213,177,104). Sum of RGB (Red+Green+Blue) = 213+177+104=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B168 is #2A4E97. Grayscale: #B3B3B3. Windows color (decimal): -2772632 or 6861269. OLE color: 6861269.

HSL color Cylindrical-coordinate representation of color #D5B168: hue angle of 40.18º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5B168 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 177 104 -
CMYK 0 0.17 0.51 0.16
HSL 40.18º 0.56% 0.62% -
HSV(B) 40.18º 0.51% 0.84% -
XYZ 45.66 46.59 19.68 -
YUV 179.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 213 177 104 0 0.17 0.51 0.16 40.18 0.56 0.62
Hex D5 B1 68 0 11 33 10 28 38 3E
Octal 325 261 150 0 21 63 20 50 70 76
Binary 11010101 10110001 1101000 0 10001 110011 10000 101000 111000 111110

Color Harmonies of #D5B168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B168

Black with #D5B168

Text Example


Text Example

White with #D5B168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B168; }

 p { color: rgb(213,177,104); }

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

background-color css

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

 a { background-color: rgb(213,177,104); }

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

border-color css

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

 span { border-color: rgb(213,177,104); }

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