Html Css Color HEX #D6B268 Equator

📋 copy color: '#D6B268'

red 214 ◦ green 178 ◦ blue 104

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

Shades of Equator #D6B268

Tints of Equator #D6B268

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

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

R = 43.15%
G = 35.89%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6B268 (or 0xD6B268) is known color: Equator. HEX triplet: D6, B2 and 68. RGB value is (214,178,104). Sum of RGB (Red+Green+Blue) = 214+178+104=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B268 is #294D97. Grayscale: #B4B4B4. Windows color (decimal): -2706840 or 6861526. OLE color: 6861526.

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

Color convert

RGB 214 178 104 -
CMYK 0 0.17 0.51 0.16
HSL 40.36º 0.57% 0.62% -
HSV(B) 40.36º 0.51% 0.84% -
XYZ 46.15 47.14 19.76 -
YUV 180.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 214 178 104 0 0.17 0.51 0.16 40.36 0.57 0.62
Hex D6 B2 68 0 11 33 10 28 39 3E
Octal 326 262 150 0 21 63 20 50 71 76
Binary 11010110 10110010 1101000 0 10001 110011 10000 101000 111001 111110

Color Harmonies of #D6B268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B268

Black with #D6B268

Text Example


Text Example

White with #D6B268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B268; }

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

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

background-color css

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

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

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

border-color css

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

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

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