Html Css Color HEX #DAB975 Chenin

📋 copy color: '#DAB975'

red 218 ◦ green 185 ◦ blue 117

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

Shades of Chenin #DAB975

Tints of Chenin #DAB975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.58%

 BLUE value IS 117 (46.09% from 255) = 22.5%

R = 41.92%
G = 35.58%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAB975 (or 0xDAB975) is known color: Chenin. HEX triplet: DA, B9 and 75. RGB value is (218,185,117). Sum of RGB (Red+Green+Blue) = 218+185+117=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB975 is #25468A. Grayscale: #BBBBBB. Windows color (decimal): -2442891 or 7715290. OLE color: 7715290.

HSL color Cylindrical-coordinate representation of color #DAB975: hue angle of 40.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAB975 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 117 -
CMYK 0 0.15 0.46 0.15
HSL 40.4º 0.58% 0.66% -
HSV(B) 40.4º 0.46% 0.85% -
XYZ 49.47 50.89 24.04 -
YUV 187.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 218 185 117 0 0.15 0.46 0.15 40.4 0.58 0.66
Hex DA B9 75 0 F 2E F 28 3A 42
Octal 332 271 165 0 17 56 17 50 72 102
Binary 11011010 10111001 1110101 0 1111 101110 1111 101000 111010 1000010

Color Harmonies of #DAB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB975

Black with #DAB975

Text Example


Text Example

White with #DAB975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB975; }

 p { color: rgb(218,185,117); }

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

background-color css

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

 a { background-color: rgb(218,185,117); }

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

border-color css

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

 span { border-color: rgb(218,185,117); }

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