Html Css Color HEX #D6B45B Equator

📋 copy color: '#D6B45B'

red 214 ◦ green 180 ◦ blue 91

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

Shades of Equator #D6B45B

Tints of Equator #D6B45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.76%

R = 44.12%
G = 37.11%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6B45B (or 0xD6B45B) is known color: Equator. HEX triplet: D6, B4 and 5B. RGB value is (214,180,91). Sum of RGB (Red+Green+Blue) = 214+180+91=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B45B is #294BA4. Grayscale: #B4B4B4. Windows color (decimal): -2706341 or 6010070. OLE color: 6010070.

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

Color convert

RGB 214 180 91 -
CMYK 0 0.16 0.57 0.16
HSL 43.41º 0.6% 0.6% -
HSV(B) 43.41º 0.57% 0.84% -
XYZ 45.94 47.69 16.68 -
YUV 180.02 77.76 152.24 -
System Red Green Blue C M Y K H S L
Decimal 214 180 91 0 0.16 0.57 0.16 43.41 0.6 0.6
Hex D6 B4 5B 0 10 39 10 2B 3C 3C
Octal 326 264 133 0 20 71 20 53 74 74
Binary 11010110 10110100 1011011 0 10000 111001 10000 101011 111100 111100

Color Harmonies of #D6B45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B45B

Black with #D6B45B

Text Example


Text Example

White with #D6B45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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