Html Css Color HEX #DAB68B Brandy

📋 copy color: '#DAB68B'

red 218 ◦ green 182 ◦ blue 139

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

Shades of Brandy #DAB68B

Tints of Brandy #DAB68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.79%

R = 40.45%
G = 33.77%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAB68B (or 0xDAB68B) is known color: Brandy. HEX triplet: DA, B6 and 8B. RGB value is (218,182,139). Sum of RGB (Red+Green+Blue) = 218+182+139=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB68B is #254974. Grayscale: #BCBCBC. Windows color (decimal): -2443637 or 9156314. OLE color: 9156314.

HSL color Cylindrical-coordinate representation of color #DAB68B: hue angle of 32.66º degrees, saturation: 0.52, 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 #DAB68B is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 182 139 -
CMYK 0 0.17 0.36 0.15
HSL 32.66º 0.52% 0.7% -
HSV(B) 32.66º 0.36% 0.85% -
XYZ 50.3 50.23 31.47 -
YUV 187.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 218 182 139 0 0.17 0.36 0.15 32.66 0.52 0.7
Hex DA B6 8B 0 11 24 F 21 34 46
Octal 332 266 213 0 21 44 17 41 64 106
Binary 11011010 10110110 10001011 0 10001 100100 1111 100001 110100 1000110

Color Harmonies of #DAB68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB68B

Black with #DAB68B

Text Example


Text Example

White with #DAB68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB68B; }

 p { color: rgb(218,182,139); }

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

background-color css

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

 a { background-color: rgb(218,182,139); }

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

border-color css

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

 span { border-color: rgb(218,182,139); }

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