Html Css Color HEX #D7B265 Equator

📋 copy color: '#D7B265'

red 215 ◦ green 178 ◦ blue 101

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

Shades of Equator #D7B265

Tints of Equator #D7B265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.45%

R = 43.52%
G = 36.03%
B = 20.45%

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

#D7B265 (or 0xD7B265) is known color: Equator. HEX triplet: D7, B2 and 65. RGB value is (215,178,101). Sum of RGB (Red+Green+Blue) = 215+178+101=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B265 is #284D9A. Grayscale: #B4B4B4. Windows color (decimal): -2641307 or 6664919. OLE color: 6664919.

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

Color convert

RGB 215 178 101 -
CMYK 0 0.17 0.53 0.16
HSL 40.53º 0.59% 0.62% -
HSV(B) 40.53º 0.53% 0.84% -
XYZ 46.29 47.23 18.99 -
YUV 180.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 215 178 101 0 0.17 0.53 0.16 40.53 0.59 0.62
Hex D7 B2 65 0 11 35 10 29 3B 3E
Octal 327 262 145 0 21 65 20 51 73 76
Binary 11010111 10110010 1100101 0 10001 110101 10000 101001 111011 111110

Color Harmonies of #D7B265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B265

Black with #D7B265

Text Example


Text Example

White with #D7B265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B265; }

 p { color: rgb(215,178,101); }

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

background-color css

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

 a { background-color: rgb(215,178,101); }

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

border-color css

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

 span { border-color: rgb(215,178,101); }

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