Html Css Color HEX #DFB28A Brandy

📋 copy color: '#DFB28A'

red 223 ◦ green 178 ◦ blue 138

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

Shades of Brandy #DFB28A

Tints of Brandy #DFB28A

RGB

 RED value IS 223 (87.5% from 255) = 41.37%

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

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

R = 41.37%
G = 33.02%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DFB28A (or 0xDFB28A) is known color: Brandy. HEX triplet: DF, B2 and 8A. RGB value is (223,178,138). Sum of RGB (Red+Green+Blue) = 223+178+138=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB28A is #204D75. Grayscale: #BBBBBB. Windows color (decimal): -2116982 or 9089759. OLE color: 9089759.

HSL color Cylindrical-coordinate representation of color #DFB28A: hue angle of 28.24º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFB28A is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 178 138 -
CMYK 0 0.20 0.38 0.13
HSL 28.24º 0.57% 0.71% -
HSV(B) 28.24º 0.38% 0.87% -
XYZ 50.94 49.36 30.89 -
YUV 186.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 223 178 138 0 0.20 0.38 0.13 28.24 0.57 0.71
Hex DF B2 8A 0 14 26 D 1C 39 47
Octal 337 262 212 0 24 46 15 34 71 107
Binary 11011111 10110010 10001010 0 10100 100110 1101 11100 111001 1000111

Color Harmonies of #DFB28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB28A

Black with #DFB28A

Text Example


Text Example

White with #DFB28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB28A; }

 p { color: rgb(223,178,138); }

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

background-color css

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

 a { background-color: rgb(223,178,138); }

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

border-color css

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

 span { border-color: rgb(223,178,138); }

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