Html Css Color HEX #D6AD64 Equator

📋 copy color: '#D6AD64'

red 214 ◦ green 173 ◦ blue 100

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

Shades of Equator #D6AD64

Tints of Equator #D6AD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.53%

R = 43.94%
G = 35.52%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6AD64 (or 0xD6AD64) is known color: Equator. HEX triplet: D6, AD and 64. RGB value is (214,173,100). Sum of RGB (Red+Green+Blue) = 214+173+100=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD64 is #29529B. Grayscale: #B1B1B1. Windows color (decimal): -2708124 or 6598102. OLE color: 6598102.

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

Color convert

RGB 214 173 100 -
CMYK 0 0.19 0.53 0.16
HSL 38.42º 0.58% 0.62% -
HSV(B) 38.42º 0.53% 0.84% -
XYZ 44.98 45.1 18.39 -
YUV 176.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 214 173 100 0 0.19 0.53 0.16 38.42 0.58 0.62
Hex D6 AD 64 0 13 35 10 26 3A 3E
Octal 326 255 144 0 23 65 20 46 72 76
Binary 11010110 10101101 1100100 0 10011 110101 10000 100110 111010 111110

Color Harmonies of #D6AD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD64

Black with #D6AD64

Text Example


Text Example

White with #D6AD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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