Html Css Color HEX #D7B465 Equator

📋 copy color: '#D7B465'

red 215 ◦ green 180 ◦ blue 101

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

Shades of Equator #D7B465

Tints of Equator #D7B465

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

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

R = 43.35%
G = 36.29%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7B465 (or 0xD7B465) is known color: Equator. HEX triplet: D7, B4 and 65. RGB value is (215,180,101). Sum of RGB (Red+Green+Blue) = 215+180+101=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B465 is #284B9A. Grayscale: #B5B5B5. Windows color (decimal): -2640795 or 6665431. OLE color: 6665431.

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

Color convert

RGB 215 180 101 -
CMYK 0 0.16 0.53 0.16
HSL 41.58º 0.59% 0.62% -
HSV(B) 41.58º 0.53% 0.84% -
XYZ 46.69 48.03 19.12 -
YUV 181.46 82.6 151.92 -
System Red Green Blue C M Y K H S L
Decimal 215 180 101 0 0.16 0.53 0.16 41.58 0.59 0.62
Hex D7 B4 65 0 10 35 10 2A 3B 3E
Octal 327 264 145 0 20 65 20 52 73 76
Binary 11010111 10110100 1100101 0 10000 110101 10000 101010 111011 111110

Color Harmonies of #D7B465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B465

Black with #D7B465

Text Example


Text Example

White with #D7B465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B465; }

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

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

background-color css

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

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

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

border-color css

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

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

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