Html Css Color HEX #D9B265 Equator

📋 copy color: '#D9B265'

red 217 ◦ green 178 ◦ blue 101

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

Shades of Equator #D9B265

Tints of Equator #D9B265

RGB

 RED value IS 217 (85.16% from 255) = 43.75%

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

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

R = 43.75%
G = 35.89%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9B265 (or 0xD9B265) is known color: Equator. HEX triplet: D9, B2 and 65. RGB value is (217,178,101). Sum of RGB (Red+Green+Blue) = 217+178+101=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B265 is #264D9A. Grayscale: #B5B5B5. Windows color (decimal): -2510235 or 6664921. OLE color: 6664921.

HSL color Cylindrical-coordinate representation of color #D9B265: hue angle of 39.83º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9B265 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 178 101 -
CMYK 0 0.18 0.53 0.15
HSL 39.83º 0.6% 0.62% -
HSV(B) 39.83º 0.53% 0.85% -
XYZ 46.88 47.53 19.02 -
YUV 180.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 217 178 101 0 0.18 0.53 0.15 39.83 0.6 0.62
Hex D9 B2 65 0 12 35 F 28 3C 3E
Octal 331 262 145 0 22 65 17 50 74 76
Binary 11011001 10110010 1100101 0 10010 110101 1111 101000 111100 111110

Color Harmonies of #D9B265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B265

Black with #D9B265

Text Example


Text Example

White with #D9B265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B265; }

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

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

background-color css

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

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

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

border-color css

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

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

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