Html Css Color HEX #D7B663 Equator

📋 copy color: '#D7B663'

red 215 ◦ green 182 ◦ blue 99

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

Shades of Equator #D7B663

Tints of Equator #D7B663

RGB

 RED value IS 215 (84.38% from 255) = 43.35%

 GREEN value IS 182 (71.48% from 255) = 36.69%

 BLUE value IS 99 (39.06% from 255) = 19.96%

R = 43.35%
G = 36.69%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D7B663 (or 0xD7B663) is known color: Equator. HEX triplet: D7, B6 and 63. RGB value is (215,182,99). Sum of RGB (Red+Green+Blue) = 215+182+99=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B663 is #28499C. Grayscale: #B6B6B6. Windows color (decimal): -2640285 or 6534871. OLE color: 6534871.

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

Color convert

RGB 215 182 99 -
CMYK 0 0.15 0.54 0.16
HSL 42.93º 0.59% 0.62% -
HSV(B) 42.93º 0.54% 0.84% -
XYZ 47 48.8 18.75 -
YUV 182.41 80.93 151.25 -
System Red Green Blue C M Y K H S L
Decimal 215 182 99 0 0.15 0.54 0.16 42.93 0.59 0.62
Hex D7 B6 63 0 F 36 10 2B 3B 3E
Octal 327 266 143 0 17 66 20 53 73 76
Binary 11010111 10110110 1100011 0 1111 110110 10000 101011 111011 111110

Color Harmonies of #D7B663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B663

Black with #D7B663

Text Example


Text Example

White with #D7B663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B663; }

 p { color: rgb(215,182,99); }

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

background-color css

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

 a { background-color: rgb(215,182,99); }

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

border-color css

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

 span { border-color: rgb(215,182,99); }

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