Html Css Color HEX #DDB285 Brandy

📋 copy color: '#DDB285'

red 221 ◦ green 178 ◦ blue 133

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

Shades of Brandy #DDB285

Tints of Brandy #DDB285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25%

R = 41.54%
G = 33.46%
B = 25%

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

#DDB285 (or 0xDDB285) is known color: Brandy. HEX triplet: DD, B2 and 85. RGB value is (221,178,133). Sum of RGB (Red+Green+Blue) = 221+178+133=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB285 is #224D7A. Grayscale: #B9B9B9. Windows color (decimal): -2248059 or 8762077. OLE color: 8762077.

HSL color Cylindrical-coordinate representation of color #DDB285: hue angle of 30.68º degrees, saturation: 0.56, 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 #DDB285 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 178 133 -
CMYK 0 0.19 0.40 0.13
HSL 30.68º 0.56% 0.69% -
HSV(B) 30.68º 0.4% 0.87% -
XYZ 49.97 48.91 29 -
YUV 185.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 221 178 133 0 0.19 0.40 0.13 30.68 0.56 0.69
Hex DD B2 85 0 13 28 D 1F 38 45
Octal 335 262 205 0 23 50 15 37 70 105
Binary 11011101 10110010 10000101 0 10011 101000 1101 11111 111000 1000101

Color Harmonies of #DDB285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB285

Black with #DDB285

Text Example


Text Example

White with #DDB285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB285; }

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

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

background-color css

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

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

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

border-color css

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

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

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