Html Css Color HEX #D6B459 Equator

📋 copy color: '#D6B459'

red 214 ◦ green 180 ◦ blue 89

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

Shades of Equator #D6B459

Tints of Equator #D6B459

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.27%

 BLUE value IS 89 (35.16% from 255) = 18.43%

R = 44.31%
G = 37.27%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6B459 (or 0xD6B459) is known color: Equator. HEX triplet: D6, B4 and 59. RGB value is (214,180,89). Sum of RGB (Red+Green+Blue) = 214+180+89=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B459 is #294BA6. Grayscale: #B4B4B4. Windows color (decimal): -2706343 or 5878998. OLE color: 5878998.

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

Color convert

RGB 214 180 89 -
CMYK 0 0.16 0.58 0.16
HSL 43.68º 0.6% 0.59% -
HSV(B) 43.68º 0.58% 0.84% -
XYZ 45.86 47.66 16.23 -
YUV 179.79 76.76 152.4 -
System Red Green Blue C M Y K H S L
Decimal 214 180 89 0 0.16 0.58 0.16 43.68 0.6 0.59
Hex D6 B4 59 0 10 3A 10 2C 3C 3B
Octal 326 264 131 0 20 72 20 54 74 73
Binary 11010110 10110100 1011001 0 10000 111010 10000 101100 111100 111011

Color Harmonies of #D6B459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B459

Black with #D6B459

Text Example


Text Example

White with #D6B459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B459; }

 p { color: rgb(214,180,89); }

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

background-color css

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

 a { background-color: rgb(214,180,89); }

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

border-color css

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

 span { border-color: rgb(214,180,89); }

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