Html Css Color HEX #D6B66B Equator

📋 copy color: '#D6B66B'

red 214 ◦ green 182 ◦ blue 107

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

Shades of Equator #D6B66B

Tints of Equator #D6B66B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.18%

 BLUE value IS 107 (42.19% from 255) = 21.27%

R = 42.54%
G = 36.18%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6B66B (or 0xD6B66B) is known color: Equator. HEX triplet: D6, B6 and 6B. RGB value is (214,182,107). Sum of RGB (Red+Green+Blue) = 214+182+107=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B66B is #294994. Grayscale: #B7B7B7. Windows color (decimal): -2705813 or 7059158. OLE color: 7059158.

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

Color convert

RGB 214 182 107 -
CMYK 0 0.15 0.50 0.16
HSL 42.06º 0.57% 0.63% -
HSV(B) 42.06º 0.5% 0.84% -
XYZ 47.11 48.81 20.85 -
YUV 183.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 214 182 107 0 0.15 0.50 0.16 42.06 0.57 0.63
Hex D6 B6 6B 0 F 32 10 2A 39 3F
Octal 326 266 153 0 17 62 20 52 71 77
Binary 11010110 10110110 1101011 0 1111 110010 10000 101010 111001 111111

Color Harmonies of #D6B66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B66B

Black with #D6B66B

Text Example


Text Example

White with #D6B66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B66B; }

 p { color: rgb(214,182,107); }

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

background-color css

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

 a { background-color: rgb(214,182,107); }

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

border-color css

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

 span { border-color: rgb(214,182,107); }

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