Html Css Color HEX #D5B367 Equator

📋 copy color: '#D5B367'

red 213 ◦ green 179 ◦ blue 103

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

Shades of Equator #D5B367

Tints of Equator #D5B367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.81%

R = 43.03%
G = 36.16%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5B367 (or 0xD5B367) is known color: Equator. HEX triplet: D5, B3 and 67. RGB value is (213,179,103). Sum of RGB (Red+Green+Blue) = 213+179+103=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B367 is #2A4C98. Grayscale: #B4B4B4. Windows color (decimal): -2772121 or 6796245. OLE color: 6796245.

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

Color convert

RGB 213 179 103 -
CMYK 0 0.16 0.52 0.16
HSL 41.45º 0.57% 0.62% -
HSV(B) 41.45º 0.52% 0.84% -
XYZ 46.01 47.37 19.55 -
YUV 180.5 84.26 151.18 -
System Red Green Blue C M Y K H S L
Decimal 213 179 103 0 0.16 0.52 0.16 41.45 0.57 0.62
Hex D5 B3 67 0 10 34 10 29 39 3E
Octal 325 263 147 0 20 64 20 51 71 76
Binary 11010101 10110011 1100111 0 10000 110100 10000 101001 111001 111110

Color Harmonies of #D5B367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B367

Black with #D5B367

Text Example


Text Example

White with #D5B367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B367; }

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

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

background-color css

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

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

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

border-color css

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

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

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