Html Css Color HEX #DAB28C Brandy

📋 copy color: '#DAB28C'

red 218 ◦ green 178 ◦ blue 140

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

Shades of Brandy #DAB28C

Tints of Brandy #DAB28C

RGB

 RED value IS 218 (85.55% from 255) = 40.67%

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

 BLUE value IS 140 (55.08% from 255) = 26.12%

R = 40.67%
G = 33.21%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAB28C (or 0xDAB28C) is known color: Brandy. HEX triplet: DA, B2 and 8C. RGB value is (218,178,140). Sum of RGB (Red+Green+Blue) = 218+178+140=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB28C is #254D73. Grayscale: #B9B9B9. Windows color (decimal): -2444660 or 9220826. OLE color: 9220826.

HSL color Cylindrical-coordinate representation of color #DAB28C: hue angle of 29.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAB28C is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 140 -
CMYK 0 0.18 0.36 0.15
HSL 29.23º 0.51% 0.7% -
HSV(B) 29.23º 0.36% 0.85% -
XYZ 49.57 48.64 31.59 -
YUV 185.63 102.25 151.09 -
System Red Green Blue C M Y K H S L
Decimal 218 178 140 0 0.18 0.36 0.15 29.23 0.51 0.7
Hex DA B2 8C 0 12 24 F 1D 33 46
Octal 332 262 214 0 22 44 17 35 63 106
Binary 11011010 10110010 10001100 0 10010 100100 1111 11101 110011 1000110

Color Harmonies of #DAB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB28C

Black with #DAB28C

Text Example


Text Example

White with #DAB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB28C; }

 p { color: rgb(218,178,140); }

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

background-color css

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

 a { background-color: rgb(218,178,140); }

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

border-color css

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

 span { border-color: rgb(218,178,140); }

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