Html Css Color HEX #D6AD68 Equator

📋 copy color: '#D6AD68'

red 214 ◦ green 173 ◦ blue 104

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

Shades of Equator #D6AD68

Tints of Equator #D6AD68

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.23%

 BLUE value IS 104 (41.02% from 255) = 21.18%

R = 43.58%
G = 35.23%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6AD68 (or 0xD6AD68) is known color: Equator. HEX triplet: D6, AD and 68. RGB value is (214,173,104). Sum of RGB (Red+Green+Blue) = 214+173+104=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD68 is #295297. Grayscale: #B1B1B1. Windows color (decimal): -2708120 or 6860246. OLE color: 6860246.

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

Color convert

RGB 214 173 104 -
CMYK 0 0.19 0.51 0.16
HSL 37.64º 0.57% 0.62% -
HSV(B) 37.64º 0.51% 0.84% -
XYZ 45.17 45.18 19.44 -
YUV 177.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 214 173 104 0 0.19 0.51 0.16 37.64 0.57 0.62
Hex D6 AD 68 0 13 33 10 26 39 3E
Octal 326 255 150 0 23 63 20 46 71 76
Binary 11010110 10101101 1101000 0 10011 110011 10000 100110 111001 111110

Color Harmonies of #D6AD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD68

Black with #D6AD68

Text Example


Text Example

White with #D6AD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD68; }

 p { color: rgb(214,173,104); }

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

background-color css

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

 a { background-color: rgb(214,173,104); }

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

border-color css

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

 span { border-color: rgb(214,173,104); }

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