Html Css Color HEX #D6B068 Equator

📋 copy color: '#D6B068'

red 214 ◦ green 176 ◦ blue 104

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

Shades of Equator #D6B068

Tints of Equator #D6B068

RGB

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

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

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

R = 43.32%
G = 35.63%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6B068 (or 0xD6B068) is known color: Equator. HEX triplet: D6, B0 and 68. RGB value is (214,176,104). Sum of RGB (Red+Green+Blue) = 214+176+104=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B068 is #294F97. Grayscale: #B3B3B3. Windows color (decimal): -2707352 or 6861014. OLE color: 6861014.

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

Color convert

RGB 214 176 104 -
CMYK 0 0.18 0.51 0.16
HSL 39.27º 0.57% 0.62% -
HSV(B) 39.27º 0.51% 0.84% -
XYZ 45.76 46.35 19.63 -
YUV 179.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 214 176 104 0 0.18 0.51 0.16 39.27 0.57 0.62
Hex D6 B0 68 0 12 33 10 27 39 3E
Octal 326 260 150 0 22 63 20 47 71 76
Binary 11010110 10110000 1101000 0 10010 110011 10000 100111 111001 111110

Color Harmonies of #D6B068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B068

Black with #D6B068

Text Example


Text Example

White with #D6B068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B068; }

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

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

background-color css

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

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

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

border-color css

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

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

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