Html Css Color HEX #D8B263 Equator

📋 copy color: '#D8B263'

red 216 ◦ green 178 ◦ blue 99

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

Shades of Equator #D8B263

Tints of Equator #D8B263

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.11%

 BLUE value IS 99 (39.06% from 255) = 20.08%

R = 43.81%
G = 36.11%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8B263 (or 0xD8B263) is known color: Equator. HEX triplet: D8, B2 and 63. RGB value is (216,178,99). Sum of RGB (Red+Green+Blue) = 216+178+99=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B263 is #274D9C. Grayscale: #B4B4B4. Windows color (decimal): -2575773 or 6533848. OLE color: 6533848.

HSL color Cylindrical-coordinate representation of color #D8B263: hue angle of 40.51º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8B263 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 178 99 -
CMYK 0 0.18 0.54 0.15
HSL 40.51º 0.6% 0.62% -
HSV(B) 40.51º 0.54% 0.85% -
XYZ 46.49 47.34 18.49 -
YUV 180.36 82.09 153.42 -
System Red Green Blue C M Y K H S L
Decimal 216 178 99 0 0.18 0.54 0.15 40.51 0.6 0.62
Hex D8 B2 63 0 12 36 F 29 3C 3E
Octal 330 262 143 0 22 66 17 51 74 76
Binary 11011000 10110010 1100011 0 10010 110110 1111 101001 111100 111110

Color Harmonies of #D8B263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B263

Black with #D8B263

Text Example


Text Example

White with #D8B263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B263; }

 p { color: rgb(216,178,99); }

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

background-color css

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

 a { background-color: rgb(216,178,99); }

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

border-color css

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

 span { border-color: rgb(216,178,99); }

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