Html Css Color HEX #D6B063 Equator

📋 copy color: '#D6B063'

red 214 ◦ green 176 ◦ blue 99

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

Shades of Equator #D6B063

Tints of Equator #D6B063

RGB

 RED value IS 214 (83.98% from 255) = 43.76%

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

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

R = 43.76%
G = 35.99%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6B063 (or 0xD6B063) is known color: Equator. HEX triplet: D6, B0 and 63. RGB value is (214,176,99). Sum of RGB (Red+Green+Blue) = 214+176+99=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B063 is #294F9C. Grayscale: #B2B2B2. Windows color (decimal): -2707357 or 6533334. OLE color: 6533334.

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

Color convert

RGB 214 176 99 -
CMYK 0 0.18 0.54 0.16
HSL 40.17º 0.58% 0.61% -
HSV(B) 40.17º 0.54% 0.84% -
XYZ 45.51 46.25 18.33 -
YUV 178.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 214 176 99 0 0.18 0.54 0.16 40.17 0.58 0.61
Hex D6 B0 63 0 12 36 10 28 3A 3D
Octal 326 260 143 0 22 66 20 50 72 75
Binary 11010110 10110000 1100011 0 10010 110110 10000 101000 111010 111101

Color Harmonies of #D6B063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B063

Black with #D6B063

Text Example


Text Example

White with #D6B063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B063; }

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

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

background-color css

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

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

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

border-color css

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

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

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