Html Css Color HEX #DDB18A Brandy

📋 copy color: '#DDB18A'

red 221 ◦ green 177 ◦ blue 138

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

Shades of Brandy #DDB18A

Tints of Brandy #DDB18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.75%

R = 41.23%
G = 33.02%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDB18A (or 0xDDB18A) is known color: Brandy. HEX triplet: DD, B1 and 8A. RGB value is (221,177,138). Sum of RGB (Red+Green+Blue) = 221+177+138=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB18A is #224E75. Grayscale: #B9B9B9. Windows color (decimal): -2248310 or 9089501. OLE color: 9089501.

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

Color convert

RGB 221 177 138 -
CMYK 0 0.20 0.38 0.13
HSL 28.19º 0.55% 0.7% -
HSV(B) 28.19º 0.38% 0.87% -
XYZ 50.13 48.65 30.79 -
YUV 185.71 101.08 153.17 -
System Red Green Blue C M Y K H S L
Decimal 221 177 138 0 0.20 0.38 0.13 28.19 0.55 0.7
Hex DD B1 8A 0 14 26 D 1C 37 46
Octal 335 261 212 0 24 46 15 34 67 106
Binary 11011101 10110001 10001010 0 10100 100110 1101 11100 110111 1000110

Color Harmonies of #DDB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB18A

Black with #DDB18A

Text Example


Text Example

White with #DDB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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