Html Css Color HEX #D8B15A Equator

📋 copy color: '#D8B15A'

red 216 ◦ green 177 ◦ blue 90

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

Shades of Equator #D8B15A

Tints of Equator #D8B15A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.65%

 BLUE value IS 90 (35.55% from 255) = 18.63%

R = 44.72%
G = 36.65%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8B15A (or 0xD8B15A) is known color: Equator. HEX triplet: D8, B1 and 5A. RGB value is (216,177,90). Sum of RGB (Red+Green+Blue) = 216+177+90=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B15A is #274EA5. Grayscale: #B3B3B3. Windows color (decimal): -2576038 or 5943768. OLE color: 5943768.

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

Color convert

RGB 216 177 90 -
CMYK 0 0.18 0.58 0.15
HSL 41.43º 0.62% 0.6% -
HSV(B) 41.43º 0.58% 0.85% -
XYZ 45.89 46.78 16.28 -
YUV 178.74 77.92 154.57 -
System Red Green Blue C M Y K H S L
Decimal 216 177 90 0 0.18 0.58 0.15 41.43 0.62 0.6
Hex D8 B1 5A 0 12 3A F 29 3E 3C
Octal 330 261 132 0 22 72 17 51 76 74
Binary 11011000 10110001 1011010 0 10010 111010 1111 101001 111110 111100

Color Harmonies of #D8B15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B15A

Black with #D8B15A

Text Example


Text Example

White with #D8B15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B15A; }

 p { color: rgb(216,177,90); }

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

background-color css

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

 a { background-color: rgb(216,177,90); }

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

border-color css

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

 span { border-color: rgb(216,177,90); }

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