Html Css Color HEX #D6B45A Equator

📋 copy color: '#D6B45A'

red 214 ◦ green 180 ◦ blue 90

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

Shades of Equator #D6B45A

Tints of Equator #D6B45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.6%

R = 44.21%
G = 37.19%
B = 18.6%

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

#D6B45A (or 0xD6B45A) is known color: Equator. HEX triplet: D6, B4 and 5A. RGB value is (214,180,90). Sum of RGB (Red+Green+Blue) = 214+180+90=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B45A is #294BA5. Grayscale: #B4B4B4. Windows color (decimal): -2706342 or 5944534. OLE color: 5944534.

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

Color convert

RGB 214 180 90 -
CMYK 0 0.16 0.58 0.16
HSL 43.55º 0.6% 0.6% -
HSV(B) 43.55º 0.58% 0.84% -
XYZ 45.9 47.68 16.46 -
YUV 179.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 214 180 90 0 0.16 0.58 0.16 43.55 0.6 0.6
Hex D6 B4 5A 0 10 3A 10 2C 3C 3C
Octal 326 264 132 0 20 72 20 54 74 74
Binary 11010110 10110100 1011010 0 10000 111010 10000 101100 111100 111100

Color Harmonies of #D6B45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B45A

Black with #D6B45A

Text Example


Text Example

White with #D6B45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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