Html Css Color HEX #D8B261 Equator

📋 copy color: '#D8B261'

red 216 ◦ green 178 ◦ blue 97

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

Shades of Equator #D8B261

Tints of Equator #D8B261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.76%

R = 43.99%
G = 36.25%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8B261 (or 0xD8B261) is known color: Equator. HEX triplet: D8, B2 and 61. RGB value is (216,178,97). Sum of RGB (Red+Green+Blue) = 216+178+97=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B261 is #274D9E. Grayscale: #B4B4B4. Windows color (decimal): -2575775 or 6402776. OLE color: 6402776.

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

Color convert

RGB 216 178 97 -
CMYK 0 0.18 0.55 0.15
HSL 40.84º 0.6% 0.61% -
HSV(B) 40.84º 0.55% 0.85% -
XYZ 46.4 47.3 17.99 -
YUV 180.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 216 178 97 0 0.18 0.55 0.15 40.84 0.6 0.61
Hex D8 B2 61 0 12 37 F 29 3C 3D
Octal 330 262 141 0 22 67 17 51 74 75
Binary 11011000 10110010 1100001 0 10010 110111 1111 101001 111100 111101

Color Harmonies of #D8B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B261

Black with #D8B261

Text Example


Text Example

White with #D8B261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B261; }

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

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

background-color css

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

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

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

border-color css

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

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

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