Html Css Color HEX #D9B467 Equator

📋 copy color: '#D9B467'

red 217 ◦ green 180 ◦ blue 103

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

Shades of Equator #D9B467

Tints of Equator #D9B467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.6%

R = 43.4%
G = 36%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9B467 (or 0xD9B467) is known color: Equator. HEX triplet: D9, B4 and 67. RGB value is (217,180,103). Sum of RGB (Red+Green+Blue) = 217+180+103=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B467 is #264B98. Grayscale: #B6B6B6. Windows color (decimal): -2509721 or 6796505. OLE color: 6796505.

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

Color convert

RGB 217 180 103 -
CMYK 0 0.17 0.53 0.15
HSL 40.53º 0.6% 0.63% -
HSV(B) 40.53º 0.53% 0.85% -
XYZ 47.38 48.37 19.67 -
YUV 182.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 217 180 103 0 0.17 0.53 0.15 40.53 0.6 0.63
Hex D9 B4 67 0 11 35 F 29 3C 3F
Octal 331 264 147 0 21 65 17 51 74 77
Binary 11011001 10110100 1100111 0 10001 110101 1111 101001 111100 111111

Color Harmonies of #D9B467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B467

Black with #D9B467

Text Example


Text Example

White with #D9B467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B467; }

 p { color: rgb(217,180,103); }

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

background-color css

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

 a { background-color: rgb(217,180,103); }

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

border-color css

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

 span { border-color: rgb(217,180,103); }

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