Html Css Color HEX #D7B367 Equator

📋 copy color: '#D7B367'

red 215 ◦ green 179 ◦ blue 103

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

Shades of Equator #D7B367

Tints of Equator #D7B367

RGB

 RED value IS 215 (84.38% from 255) = 43.26%

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

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

R = 43.26%
G = 36.02%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D7B367 (or 0xD7B367) is known color: Equator. HEX triplet: D7, B3 and 67. RGB value is (215,179,103). Sum of RGB (Red+Green+Blue) = 215+179+103=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B367 is #284C98. Grayscale: #B5B5B5. Windows color (decimal): -2641049 or 6796247. OLE color: 6796247.

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

Color convert

RGB 215 179 103 -
CMYK 0 0.17 0.52 0.16
HSL 40.71º 0.58% 0.62% -
HSV(B) 40.71º 0.52% 0.84% -
XYZ 46.59 47.67 19.58 -
YUV 181.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 215 179 103 0 0.17 0.52 0.16 40.71 0.58 0.62
Hex D7 B3 67 0 11 34 10 29 3A 3E
Octal 327 263 147 0 21 64 20 51 72 76
Binary 11010111 10110011 1100111 0 10001 110100 10000 101001 111010 111110

Color Harmonies of #D7B367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B367

Black with #D7B367

Text Example


Text Example

White with #D7B367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B367; }

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

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

background-color css

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

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

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

border-color css

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

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

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