Html Css Color HEX #DDB68A Brandy

📋 copy color: '#DDB68A'

red 221 ◦ green 182 ◦ blue 138

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

Shades of Brandy #DDB68A

Tints of Brandy #DDB68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.64%

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

R = 40.85%
G = 33.64%
B = 25.51%

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

#DDB68A (or 0xDDB68A) is known color: Brandy. HEX triplet: DD, B6 and 8A. RGB value is (221,182,138). Sum of RGB (Red+Green+Blue) = 221+182+138=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB68A is #224975. Grayscale: #BCBCBC. Windows color (decimal): -2247030 or 9090781. OLE color: 9090781.

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

Color convert

RGB 221 182 138 -
CMYK 0 0.18 0.38 0.13
HSL 31.81º 0.55% 0.7% -
HSV(B) 31.81º 0.38% 0.87% -
XYZ 51.13 50.66 31.13 -
YUV 188.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 221 182 138 0 0.18 0.38 0.13 31.81 0.55 0.7
Hex DD B6 8A 0 12 26 D 20 37 46
Octal 335 266 212 0 22 46 15 40 67 106
Binary 11011101 10110110 10001010 0 10010 100110 1101 100000 110111 1000110

Color Harmonies of #DDB68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB68A

Black with #DDB68A

Text Example


Text Example

White with #DDB68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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