Html Css Color HEX #D6B458 Equator

📋 copy color: '#D6B458'

red 214 ◦ green 180 ◦ blue 88

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

Shades of Equator #D6B458

Tints of Equator #D6B458

RGB

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

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

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

R = 44.4%
G = 37.34%
B = 18.26%

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

#D6B458 (or 0xD6B458) is known color: Equator. HEX triplet: D6, B4 and 58. RGB value is (214,180,88). Sum of RGB (Red+Green+Blue) = 214+180+88=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B458 is #294BA7. Grayscale: #B4B4B4. Windows color (decimal): -2706344 or 5813462. OLE color: 5813462.

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

Color convert

RGB 214 180 88 -
CMYK 0 0.16 0.59 0.16
HSL 43.81º 0.61% 0.59% -
HSV(B) 43.81º 0.59% 0.84% -
XYZ 45.81 47.64 16.01 -
YUV 179.68 76.26 152.48 -
System Red Green Blue C M Y K H S L
Decimal 214 180 88 0 0.16 0.59 0.16 43.81 0.61 0.59
Hex D6 B4 58 0 10 3B 10 2C 3D 3B
Octal 326 264 130 0 20 73 20 54 75 73
Binary 11010110 10110100 1011000 0 10000 111011 10000 101100 111101 111011

Color Harmonies of #D6B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B458

Black with #D6B458

Text Example


Text Example

White with #D6B458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B458; }

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

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

background-color css

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

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

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

border-color css

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

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

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