Html Css Color HEX #D3B263 Equator

📋 copy color: '#D3B263'

red 211 ◦ green 178 ◦ blue 99

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

Shades of Equator #D3B263

Tints of Equator #D3B263

RGB

 RED value IS 211 (82.81% from 255) = 43.24%

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

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

R = 43.24%
G = 36.48%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D3B263 (or 0xD3B263) is known color: Equator. HEX triplet: D3, B2 and 63. RGB value is (211,178,99). Sum of RGB (Red+Green+Blue) = 211+178+99=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3B263 is #2C4D9C. Grayscale: #B3B3B3. Windows color (decimal): -2903453 or 6533843. OLE color: 6533843.

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

Color convert

RGB 211 178 99 -
CMYK 0 0.16 0.53 0.17
HSL 42.32º 0.56% 0.61% -
HSV(B) 42.32º 0.53% 0.83% -
XYZ 45.04 46.59 18.42 -
YUV 178.86 82.93 150.92 -
System Red Green Blue C M Y K H S L
Decimal 211 178 99 0 0.16 0.53 0.17 42.32 0.56 0.61
Hex D3 B2 63 0 10 35 11 2A 38 3D
Octal 323 262 143 0 20 65 21 52 70 75
Binary 11010011 10110010 1100011 0 10000 110101 10001 101010 111000 111101

Color Harmonies of #D3B263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B263

Black with #D3B263

Text Example


Text Example

White with #D3B263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B263; }

 p { color: rgb(211,178,99); }

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

background-color css

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

 a { background-color: rgb(211,178,99); }

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

border-color css

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

 span { border-color: rgb(211,178,99); }

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