Html Css Color HEX #D8B260 Equator

📋 copy color: '#D8B260'

red 216 ◦ green 178 ◦ blue 96

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

Shades of Equator #D8B260

Tints of Equator #D8B260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.59%

R = 44.08%
G = 36.33%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8B260 (or 0xD8B260) is known color: Equator. HEX triplet: D8, B2 and 60. RGB value is (216,178,96). Sum of RGB (Red+Green+Blue) = 216+178+96=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B260 is #274D9F. Grayscale: #B4B4B4. Windows color (decimal): -2575776 or 6337240. OLE color: 6337240.

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

Color convert

RGB 216 178 96 -
CMYK 0 0.18 0.56 0.15
HSL 41º 0.61% 0.61% -
HSV(B) 41º 0.56% 0.85% -
XYZ 46.35 47.28 17.75 -
YUV 180.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 216 178 96 0 0.18 0.56 0.15 41 0.61 0.61
Hex D8 B2 60 0 12 38 F 29 3D 3D
Octal 330 262 140 0 22 70 17 51 75 75
Binary 11011000 10110010 1100000 0 10010 111000 1111 101001 111101 111101

Color Harmonies of #D8B260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B260

Black with #D8B260

Text Example


Text Example

White with #D8B260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B260; }

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

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

background-color css

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

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

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

border-color css

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

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

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