Html Css Color HEX #D6B359 Equator

📋 copy color: '#D6B359'

red 214 ◦ green 179 ◦ blue 89

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

Shades of Equator #D6B359

Tints of Equator #D6B359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.14%

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

R = 44.4%
G = 37.14%
B = 18.46%

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

#D6B359 (or 0xD6B359) is known color: Equator. HEX triplet: D6, B3 and 59. RGB value is (214,179,89). Sum of RGB (Red+Green+Blue) = 214+179+89=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B359 is #294CA6. Grayscale: #B3B3B3. Windows color (decimal): -2706599 or 5878742. OLE color: 5878742.

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

Color convert

RGB 214 179 89 -
CMYK 0 0.16 0.58 0.16
HSL 43.2º 0.6% 0.59% -
HSV(B) 43.2º 0.58% 0.84% -
XYZ 45.65 47.26 16.17 -
YUV 179.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 214 179 89 0 0.16 0.58 0.16 43.2 0.6 0.59
Hex D6 B3 59 0 10 3A 10 2B 3C 3B
Octal 326 263 131 0 20 72 20 53 74 73
Binary 11010110 10110011 1011001 0 10000 111010 10000 101011 111100 111011

Color Harmonies of #D6B359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B359

Black with #D6B359

Text Example


Text Example

White with #D6B359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B359; }

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

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

background-color css

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

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

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

border-color css

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

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

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