Html Css Color HEX #D6B064 Equator

📋 copy color: '#D6B064'

red 214 ◦ green 176 ◦ blue 100

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

Shades of Equator #D6B064

Tints of Equator #D6B064

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.92%

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

R = 43.67%
G = 35.92%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6B064 (or 0xD6B064) is known color: Equator. HEX triplet: D6, B0 and 64. RGB value is (214,176,100). Sum of RGB (Red+Green+Blue) = 214+176+100=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B064 is #294F9B. Grayscale: #B3B3B3. Windows color (decimal): -2707356 or 6598870. OLE color: 6598870.

HSL color Cylindrical-coordinate representation of color #D6B064: hue angle of 40º 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 #D6B064 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 176 100 -
CMYK 0 0.18 0.53 0.16
HSL 40º 0.58% 0.62% -
HSV(B) 40º 0.53% 0.84% -
XYZ 45.56 46.27 18.59 -
YUV 178.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 214 176 100 0 0.18 0.53 0.16 40 0.58 0.62
Hex D6 B0 64 0 12 35 10 28 3A 3E
Octal 326 260 144 0 22 65 20 50 72 76
Binary 11010110 10110000 1100100 0 10010 110101 10000 101000 111010 111110

Color Harmonies of #D6B064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B064

Black with #D6B064

Text Example


Text Example

White with #D6B064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B064; }

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

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

background-color css

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

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

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

border-color css

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

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

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