Html Css Color HEX #DDB48E Brandy

📋 copy color: '#DDB48E'

red 221 ◦ green 180 ◦ blue 142

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

Shades of Brandy #DDB48E

Tints of Brandy #DDB48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.15%

R = 40.7%
G = 33.15%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDB48E (or 0xDDB48E) is known color: Brandy. HEX triplet: DD, B4 and 8E. RGB value is (221,180,142). Sum of RGB (Red+Green+Blue) = 221+180+142=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB48E is #224B71. Grayscale: #BCBCBC. Windows color (decimal): -2247538 or 9352413. OLE color: 9352413.

HSL color Cylindrical-coordinate representation of color #DDB48E: hue angle of 28.86º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDB48E is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 142 -
CMYK 0 0.19 0.36 0.13
HSL 28.86º 0.54% 0.71% -
HSV(B) 28.86º 0.36% 0.87% -
XYZ 51.02 49.97 32.55 -
YUV 187.93 102.08 151.59 -
System Red Green Blue C M Y K H S L
Decimal 221 180 142 0 0.19 0.36 0.13 28.86 0.54 0.71
Hex DD B4 8E 0 13 24 D 1D 36 47
Octal 335 264 216 0 23 44 15 35 66 107
Binary 11011101 10110100 10001110 0 10011 100100 1101 11101 110110 1000111

Color Harmonies of #DDB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB48E

Black with #DDB48E

Text Example


Text Example

White with #DDB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB48E; }

 p { color: rgb(221,180,142); }

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

background-color css

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

 a { background-color: rgb(221,180,142); }

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

border-color css

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

 span { border-color: rgb(221,180,142); }

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