Html Css Color HEX #D6B358 Equator

📋 copy color: '#D6B358'

red 214 ◦ green 179 ◦ blue 88

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

Shades of Equator #D6B358

Tints of Equator #D6B358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.3%

R = 44.49%
G = 37.21%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6B358 (or 0xD6B358) is known color: Equator. HEX triplet: D6, B3 and 58. RGB value is (214,179,88). Sum of RGB (Red+Green+Blue) = 214+179+88=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B358 is #294CA7. Grayscale: #B3B3B3. Windows color (decimal): -2706600 or 5813206. OLE color: 5813206.

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

Color convert

RGB 214 179 88 -
CMYK 0 0.16 0.59 0.16
HSL 43.33º 0.61% 0.59% -
HSV(B) 43.33º 0.59% 0.84% -
XYZ 45.61 47.24 15.95 -
YUV 179.09 76.6 152.9 -
System Red Green Blue C M Y K H S L
Decimal 214 179 88 0 0.16 0.59 0.16 43.33 0.61 0.59
Hex D6 B3 58 0 10 3B 10 2B 3D 3B
Octal 326 263 130 0 20 73 20 53 75 73
Binary 11010110 10110011 1011000 0 10000 111011 10000 101011 111101 111011

Color Harmonies of #D6B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B358

Black with #D6B358

Text Example


Text Example

White with #D6B358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B358; }

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

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

background-color css

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

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

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

border-color css

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

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

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