Html Css Color HEX #D7B366 Equator

📋 copy color: '#D7B366'

red 215 ◦ green 179 ◦ blue 102

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

Shades of Equator #D7B366

Tints of Equator #D7B366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.09%

 BLUE value IS 102 (40.23% from 255) = 20.56%

R = 43.35%
G = 36.09%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7B366 (or 0xD7B366) is known color: Equator. HEX triplet: D7, B3 and 66. RGB value is (215,179,102). Sum of RGB (Red+Green+Blue) = 215+179+102=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B366 is #284C99. Grayscale: #B5B5B5. Windows color (decimal): -2641050 or 6730711. OLE color: 6730711.

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

Color convert

RGB 215 179 102 -
CMYK 0 0.17 0.53 0.16
HSL 40.88º 0.59% 0.62% -
HSV(B) 40.88º 0.53% 0.84% -
XYZ 46.54 47.65 19.31 -
YUV 180.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 215 179 102 0 0.17 0.53 0.16 40.88 0.59 0.62
Hex D7 B3 66 0 11 35 10 29 3B 3E
Octal 327 263 146 0 21 65 20 51 73 76
Binary 11010111 10110011 1100110 0 10001 110101 10000 101001 111011 111110

Color Harmonies of #D7B366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B366

Black with #D7B366

Text Example


Text Example

White with #D7B366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B366; }

 p { color: rgb(215,179,102); }

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

background-color css

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

 a { background-color: rgb(215,179,102); }

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

border-color css

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

 span { border-color: rgb(215,179,102); }

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