Html Css Color HEX #DDB287 Brandy

📋 copy color: '#DDB287'

red 221 ◦ green 178 ◦ blue 135

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

Shades of Brandy #DDB287

Tints of Brandy #DDB287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.28%

R = 41.39%
G = 33.33%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDB287 (or 0xDDB287) is known color: Brandy. HEX triplet: DD, B2 and 87. RGB value is (221,178,135). Sum of RGB (Red+Green+Blue) = 221+178+135=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB287 is #224D78. Grayscale: #BABABA. Windows color (decimal): -2248057 or 8893149. OLE color: 8893149.

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

Color convert

RGB 221 178 135 -
CMYK 0 0.19 0.39 0.13
HSL 30º 0.56% 0.7% -
HSV(B) 30º 0.39% 0.87% -
XYZ 50.11 48.96 29.73 -
YUV 185.96 99.25 153 -
System Red Green Blue C M Y K H S L
Decimal 221 178 135 0 0.19 0.39 0.13 30 0.56 0.7
Hex DD B2 87 0 13 27 D 1E 38 46
Octal 335 262 207 0 23 47 15 36 70 106
Binary 11011101 10110010 10000111 0 10011 100111 1101 11110 111000 1000110

Color Harmonies of #DDB287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB287

Black with #DDB287

Text Example


Text Example

White with #DDB287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB287; }

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

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

background-color css

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

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

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

border-color css

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

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

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