Html Css Color HEX #DDB28E Brandy

📋 copy color: '#DDB28E'

red 221 ◦ green 178 ◦ blue 142

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

Shades of Brandy #DDB28E

Tints of Brandy #DDB28E

RGB

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

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

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

R = 40.85%
G = 32.9%
B = 26.25%

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

#DDB28E (or 0xDDB28E) is known color: Brandy. HEX triplet: DD, B2 and 8E. RGB value is (221,178,142). Sum of RGB (Red+Green+Blue) = 221+178+142=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB28E is #224D71. Grayscale: #BABABA. Windows color (decimal): -2248050 or 9351901. OLE color: 9351901.

HSL color Cylindrical-coordinate representation of color #DDB28E: hue angle of 27.34º 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 #DDB28E is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 178 142 -
CMYK 0 0.19 0.36 0.13
HSL 27.34º 0.54% 0.71% -
HSV(B) 27.34º 0.36% 0.87% -
XYZ 50.62 49.17 32.41 -
YUV 186.75 102.75 152.43 -
System Red Green Blue C M Y K H S L
Decimal 221 178 142 0 0.19 0.36 0.13 27.34 0.54 0.71
Hex DD B2 8E 0 13 24 D 1B 36 47
Octal 335 262 216 0 23 44 15 33 66 107
Binary 11011101 10110010 10001110 0 10011 100100 1101 11011 110110 1000111

Color Harmonies of #DDB28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB28E

Black with #DDB28E

Text Example


Text Example

White with #DDB28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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