Html Css Color HEX #DAB974 Chenin

📋 copy color: '#DAB974'

red 218 ◦ green 185 ◦ blue 116

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

Shades of Chenin #DAB974

Tints of Chenin #DAB974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.35%

R = 42%
G = 35.65%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAB974 (or 0xDAB974) is known color: Chenin. HEX triplet: DA, B9 and 74. RGB value is (218,185,116). Sum of RGB (Red+Green+Blue) = 218+185+116=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB974 is #25468B. Grayscale: #BBBBBB. Windows color (decimal): -2442892 or 7649754. OLE color: 7649754.

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

Color convert

RGB 218 185 116 -
CMYK 0 0.15 0.47 0.15
HSL 40.59º 0.58% 0.65% -
HSV(B) 40.59º 0.47% 0.85% -
XYZ 49.41 50.86 23.74 -
YUV 187 87.93 150.11 -
System Red Green Blue C M Y K H S L
Decimal 218 185 116 0 0.15 0.47 0.15 40.59 0.58 0.65
Hex DA B9 74 0 F 2F F 29 3A 41
Octal 332 271 164 0 17 57 17 51 72 101
Binary 11011010 10111001 1110100 0 1111 101111 1111 101001 111010 1000001

Color Harmonies of #DAB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB974

Black with #DAB974

Text Example


Text Example

White with #DAB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB974; }

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

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

background-color css

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

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

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

border-color css

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

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

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