Html Css Color HEX #D5B369 Equator

📋 copy color: '#D5B369'

red 213 ◦ green 179 ◦ blue 105

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

Shades of Equator #D5B369

Tints of Equator #D5B369

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.02%

 BLUE value IS 105 (41.41% from 255) = 21.13%

R = 42.86%
G = 36.02%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D5B369 (or 0xD5B369) is known color: Equator. HEX triplet: D5, B3 and 69. RGB value is (213,179,105). Sum of RGB (Red+Green+Blue) = 213+179+105=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B369 is #2A4C96. Grayscale: #B5B5B5. Windows color (decimal): -2772119 or 6927317. OLE color: 6927317.

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

Color convert

RGB 213 179 105 -
CMYK 0 0.16 0.51 0.16
HSL 41.11º 0.56% 0.62% -
HSV(B) 41.11º 0.51% 0.84% -
XYZ 46.11 47.41 20.08 -
YUV 180.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 213 179 105 0 0.16 0.51 0.16 41.11 0.56 0.62
Hex D5 B3 69 0 10 33 10 29 38 3E
Octal 325 263 151 0 20 63 20 51 70 76
Binary 11010101 10110011 1101001 0 10000 110011 10000 101001 111000 111110

Color Harmonies of #D5B369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B369

Black with #D5B369

Text Example


Text Example

White with #D5B369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B369; }

 p { color: rgb(213,179,105); }

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

background-color css

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

 a { background-color: rgb(213,179,105); }

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

border-color css

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

 span { border-color: rgb(213,179,105); }

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