Html Css Color HEX #D8B463 Equator

📋 copy color: '#D8B463'

red 216 ◦ green 180 ◦ blue 99

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

Shades of Equator #D8B463

Tints of Equator #D8B463

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.36%

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

R = 43.64%
G = 36.36%
B = 20%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8B463 (or 0xD8B463) is known color: Equator. HEX triplet: D8, B4 and 63. RGB value is (216,180,99). Sum of RGB (Red+Green+Blue) = 216+180+99=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B463 is #274B9C. Grayscale: #B5B5B5. Windows color (decimal): -2575261 or 6534360. OLE color: 6534360.

HSL color Cylindrical-coordinate representation of color #D8B463: hue angle of 41.54º 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 #D8B463 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 180 99 -
CMYK 0 0.17 0.54 0.15
HSL 41.54º 0.6% 0.62% -
HSV(B) 41.54º 0.54% 0.85% -
XYZ 46.89 48.14 18.63 -
YUV 181.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 216 180 99 0 0.17 0.54 0.15 41.54 0.6 0.62
Hex D8 B4 63 0 11 36 F 2A 3C 3E
Octal 330 264 143 0 21 66 17 52 74 76
Binary 11011000 10110100 1100011 0 10001 110110 1111 101010 111100 111110

Color Harmonies of #D8B463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B463

Black with #D8B463

Text Example


Text Example

White with #D8B463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B463; }

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

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

background-color css

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

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

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

border-color css

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

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

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