Html Css Color HEX #DDB58A Brandy

📋 copy color: '#DDB58A'

red 221 ◦ green 181 ◦ blue 138

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

Shades of Brandy #DDB58A

Tints of Brandy #DDB58A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.52%

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

R = 40.93%
G = 33.52%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDB58A (or 0xDDB58A) is known color: Brandy. HEX triplet: DD, B5 and 8A. RGB value is (221,181,138). Sum of RGB (Red+Green+Blue) = 221+181+138=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB58A is #224A75. Grayscale: #BCBCBC. Windows color (decimal): -2247286 or 9090525. OLE color: 9090525.

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

Color convert

RGB 221 181 138 -
CMYK 0 0.18 0.38 0.13
HSL 31.08º 0.55% 0.7% -
HSV(B) 31.08º 0.38% 0.87% -
XYZ 50.93 50.25 31.06 -
YUV 188.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 221 181 138 0 0.18 0.38 0.13 31.08 0.55 0.7
Hex DD B5 8A 0 12 26 D 1F 37 46
Octal 335 265 212 0 22 46 15 37 67 106
Binary 11011101 10110101 10001010 0 10010 100110 1101 11111 110111 1000110

Color Harmonies of #DDB58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB58A

Black with #DDB58A

Text Example


Text Example

White with #DDB58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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