Html Css Color HEX #DDB18E Brandy

📋 copy color: '#DDB18E'

red 221 ◦ green 177 ◦ blue 142

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

Shades of Brandy #DDB18E

Tints of Brandy #DDB18E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.78%

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

R = 40.93%
G = 32.78%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDB18E (or 0xDDB18E) is known color: Brandy. HEX triplet: DD, B1 and 8E. RGB value is (221,177,142). Sum of RGB (Red+Green+Blue) = 221+177+142=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB18E is #224E71. Grayscale: #BABABA. Windows color (decimal): -2248306 or 9351645. OLE color: 9351645.

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

Color convert

RGB 221 177 142 -
CMYK 0 0.20 0.36 0.13
HSL 26.58º 0.54% 0.71% -
HSV(B) 26.58º 0.36% 0.87% -
XYZ 50.42 48.77 32.35 -
YUV 186.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 221 177 142 0 0.20 0.36 0.13 26.58 0.54 0.71
Hex DD B1 8E 0 14 24 D 1B 36 47
Octal 335 261 216 0 24 44 15 33 66 107
Binary 11011101 10110001 10001110 0 10100 100100 1101 11011 110110 1000111

Color Harmonies of #DDB18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB18E

Black with #DDB18E

Text Example


Text Example

White with #DDB18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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