Html Css Color HEX #D8B368 Equator

📋 copy color: '#D8B368'

red 216 ◦ green 179 ◦ blue 104

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

Shades of Equator #D8B368

Tints of Equator #D8B368

RGB

 RED value IS 216 (84.77% from 255) = 43.29%

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

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

R = 43.29%
G = 35.87%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D8B368 (or 0xD8B368) is known color: Equator. HEX triplet: D8, B3 and 68. RGB value is (216,179,104). Sum of RGB (Red+Green+Blue) = 216+179+104=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B368 is #274C97. Grayscale: #B5B5B5. Windows color (decimal): -2575512 or 6861784. OLE color: 6861784.

HSL color Cylindrical-coordinate representation of color #D8B368: hue angle of 40.18º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8B368 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 179 104 -
CMYK 0 0.17 0.52 0.15
HSL 40.18º 0.59% 0.63% -
HSV(B) 40.18º 0.52% 0.85% -
XYZ 46.94 47.84 19.86 -
YUV 181.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 216 179 104 0 0.17 0.52 0.15 40.18 0.59 0.63
Hex D8 B3 68 0 11 34 F 28 3B 3F
Octal 330 263 150 0 21 64 17 50 73 77
Binary 11011000 10110011 1101000 0 10001 110100 1111 101000 111011 111111

Color Harmonies of #D8B368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B368

Black with #D8B368

Text Example


Text Example

White with #D8B368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B368; }

 p { color: rgb(216,179,104); }

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

background-color css

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

 a { background-color: rgb(216,179,104); }

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

border-color css

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

 span { border-color: rgb(216,179,104); }

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