Html Css Color HEX #DDBEA5 Bone

📋 copy color: '#DDBEA5'

red 221 ◦ green 190 ◦ blue 165

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

Shades of Bone #DDBEA5

Tints of Bone #DDBEA5

RGB

 RED value IS 221 (86.72% from 255) = 38.37%

 GREEN value IS 190 (74.61% from 255) = 32.99%

 BLUE value IS 165 (64.84% from 255) = 28.65%

R = 38.37%
G = 32.99%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDBEA5 (or 0xDDBEA5) is known color: Bone. HEX triplet: DD, BE and A5. RGB value is (221,190,165). Sum of RGB (Red+Green+Blue) = 221+190+165=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEA5 is #22415A. Grayscale: #C4C4C4. Windows color (decimal): -2244955 or 10862301. OLE color: 10862301.

HSL color Cylindrical-coordinate representation of color #DDBEA5: hue angle of 26.79º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDBEA5 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 165 -
CMYK 0 0.14 0.25 0.13
HSL 26.79º 0.45% 0.76% -
HSV(B) 26.79º 0.25% 0.87% -
XYZ 55.02 54.92 43.3 -
YUV 196.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 221 190 165 0 0.14 0.25 0.13 26.79 0.45 0.76
Hex DD BE A5 0 E 19 D 1B 2D 4C
Octal 335 276 245 0 16 31 15 33 55 114
Binary 11011101 10111110 10100101 0 1110 11001 1101 11011 101101 1001100

Color Harmonies of #DDBEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEA5

Black with #DDBEA5

Text Example


Text Example

White with #DDBEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEA5; }

 p { color: rgb(221,190,165); }

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

background-color css

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

 a { background-color: rgb(221,190,165); }

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

border-color css

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

 span { border-color: rgb(221,190,165); }

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