Html Css Color HEX #D2B163 Equator

📋 copy color: '#D2B163'

red 210 ◦ green 177 ◦ blue 99

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

Shades of Equator #D2B163

Tints of Equator #D2B163

RGB

 RED value IS 210 (82.42% from 255) = 43.21%

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

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

R = 43.21%
G = 36.42%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D2B163 (or 0xD2B163) is known color: Equator. HEX triplet: D2, B1 and 63. RGB value is (210,177,99). Sum of RGB (Red+Green+Blue) = 210+177+99=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B163 is #2D4E9C. Grayscale: #B2B2B2. Windows color (decimal): -2969245 or 6533586. OLE color: 6533586.

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

Color convert

RGB 210 177 99 -
CMYK 0 0.16 0.53 0.18
HSL 42.16º 0.55% 0.61% -
HSV(B) 42.16º 0.53% 0.82% -
XYZ 44.55 46.05 18.34 -
YUV 177.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 210 177 99 0 0.16 0.53 0.18 42.16 0.55 0.61
Hex D2 B1 63 0 10 35 12 2A 37 3D
Octal 322 261 143 0 20 65 22 52 67 75
Binary 11010010 10110001 1100011 0 10000 110101 10010 101010 110111 111101

Color Harmonies of #D2B163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B163

Black with #D2B163

Text Example


Text Example

White with #D2B163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B163; }

 p { color: rgb(210,177,99); }

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

background-color css

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

 a { background-color: rgb(210,177,99); }

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

border-color css

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

 span { border-color: rgb(210,177,99); }

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