Html Css Color HEX #DDB284 Brandy

📋 copy color: '#DDB284'

red 221 ◦ green 178 ◦ blue 132

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

Shades of Brandy #DDB284

Tints of Brandy #DDB284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.86%

R = 41.62%
G = 33.52%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDB284 (or 0xDDB284) is known color: Brandy. HEX triplet: DD, B2 and 84. RGB value is (221,178,132). Sum of RGB (Red+Green+Blue) = 221+178+132=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB284 is #224D7B. Grayscale: #B9B9B9. Windows color (decimal): -2248060 or 8696541. OLE color: 8696541.

HSL color Cylindrical-coordinate representation of color #DDB284: hue angle of 31.01º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDB284 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 178 132 -
CMYK 0 0.19 0.40 0.13
HSL 31.01º 0.57% 0.69% -
HSV(B) 31.01º 0.4% 0.87% -
XYZ 49.9 48.88 28.63 -
YUV 185.61 97.75 153.24 -
System Red Green Blue C M Y K H S L
Decimal 221 178 132 0 0.19 0.40 0.13 31.01 0.57 0.69
Hex DD B2 84 0 13 28 D 1F 39 45
Octal 335 262 204 0 23 50 15 37 71 105
Binary 11011101 10110010 10000100 0 10011 101000 1101 11111 111001 1000101

Color Harmonies of #DDB284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB284

Black with #DDB284

Text Example


Text Example

White with #DDB284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB284; }

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

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

background-color css

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

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

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

border-color css

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

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

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