Html Css Color HEX #DAB68E Brandy

📋 copy color: '#DAB68E'

red 218 ◦ green 182 ◦ blue 142

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

Shades of Brandy #DAB68E

Tints of Brandy #DAB68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.2%

R = 40.22%
G = 33.58%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAB68E (or 0xDAB68E) is known color: Brandy. HEX triplet: DA, B6 and 8E. RGB value is (218,182,142). Sum of RGB (Red+Green+Blue) = 218+182+142=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB68E is #254971. Grayscale: #BCBCBC. Windows color (decimal): -2443634 or 9352922. OLE color: 9352922.

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

Color convert

RGB 218 182 142 -
CMYK 0 0.17 0.35 0.15
HSL 31.58º 0.51% 0.71% -
HSV(B) 31.58º 0.35% 0.85% -
XYZ 50.52 50.31 32.64 -
YUV 188.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 218 182 142 0 0.17 0.35 0.15 31.58 0.51 0.71
Hex DA B6 8E 0 11 23 F 20 33 47
Octal 332 266 216 0 21 43 17 40 63 107
Binary 11011010 10110110 10001110 0 10001 100011 1111 100000 110011 1000111

Color Harmonies of #DAB68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB68E

Black with #DAB68E

Text Example


Text Example

White with #DAB68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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