Html Css Color HEX #D2B063 Equator

📋 copy color: '#D2B063'

red 210 ◦ green 176 ◦ blue 99

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

Shades of Equator #D2B063

Tints of Equator #D2B063

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.29%

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

R = 43.3%
G = 36.29%
B = 20.41%

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

#D2B063 (or 0xD2B063) is known color: Equator. HEX triplet: D2, B0 and 63. RGB value is (210,176,99). Sum of RGB (Red+Green+Blue) = 210+176+99=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B063 is #2D4F9C. Grayscale: #B1B1B1. Windows color (decimal): -2969501 or 6533330. OLE color: 6533330.

HSL color Cylindrical-coordinate representation of color #D2B063: hue angle of 41.62º 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 #D2B063 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 176 99 -
CMYK 0 0.16 0.53 0.18
HSL 41.62º 0.55% 0.61% -
HSV(B) 41.62º 0.53% 0.82% -
XYZ 44.36 45.65 18.28 -
YUV 177.39 83.76 151.26 -
System Red Green Blue C M Y K H S L
Decimal 210 176 99 0 0.16 0.53 0.18 41.62 0.55 0.61
Hex D2 B0 63 0 10 35 12 2A 37 3D
Octal 322 260 143 0 20 65 22 52 67 75
Binary 11010010 10110000 1100011 0 10000 110101 10010 101010 110111 111101

Color Harmonies of #D2B063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B063

Black with #D2B063

Text Example


Text Example

White with #D2B063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B063; }

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

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

background-color css

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

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

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

border-color css

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

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

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