#D6B267

Color #D6B267 Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #D6B267

Tints of Equator #D6B267

Color information

#D6B267 (or 0xD6B267) is unknown color: approx Equator. HEX triplet: D6, B2 and 67. RGB value is (214,178,103). Sum of RGB (Red+Green+Blue) = 214+178+103=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B267 is #294D98. Grayscale: #B4B4B4. Windows color (decimal): -2706841 or 6795990. OLE color: 6795990.

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

Color convert

RGB214178103-
CMYK00.170.520.16
HSL40.54º57.51%62.16%-
HSV(B)40.54º51.87%83.92%-
XYZ46.147.1219.5-
YUV180.2184.43152.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 103 (40.62% from 255) = 20.81%
R=43.23%
G=35.96%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417810300.170.520.1640.5457.5162.16
HexD6B2670113410293a3e
Octal3262621470216420517276
Binary1101011010110010110011101000111010010000101001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B267; }

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

 H1.HeaderClassName
 {
   color: #D6B267;
 }
 .AnyTagClassName
 {
   color: #D6B267;
 }
</style>
background-color css

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

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

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

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

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

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