Html Css Color HEX #DDB28B Brandy

📋 copy color: '#DDB28B'

red 221 ◦ green 178 ◦ blue 139

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

Shades of Brandy #DDB28B

Tints of Brandy #DDB28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.84%

R = 41.08%
G = 33.09%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDB28B (or 0xDDB28B) is known color: Brandy. HEX triplet: DD, B2 and 8B. RGB value is (221,178,139). Sum of RGB (Red+Green+Blue) = 221+178+139=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB28B is #224D74. Grayscale: #BABABA. Windows color (decimal): -2248053 or 9155293. OLE color: 9155293.

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

Color convert

RGB 221 178 139 -
CMYK 0 0.19 0.37 0.13
HSL 28.54º 0.55% 0.71% -
HSV(B) 28.54º 0.37% 0.87% -
XYZ 50.4 49.08 31.24 -
YUV 186.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 221 178 139 0 0.19 0.37 0.13 28.54 0.55 0.71
Hex DD B2 8B 0 13 25 D 1D 37 47
Octal 335 262 213 0 23 45 15 35 67 107
Binary 11011101 10110010 10001011 0 10011 100101 1101 11101 110111 1000111

Color Harmonies of #DDB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB28B

Black with #DDB28B

Text Example


Text Example

White with #DDB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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