Html Css Color HEX #DAC970 Chenin

📋 copy color: '#DAC970'

red 218 ◦ green 201 ◦ blue 112

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

Shades of Chenin #DAC970

Tints of Chenin #DAC970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.85%

 BLUE value IS 112 (44.14% from 255) = 21.09%

R = 41.05%
G = 37.85%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAC970 (or 0xDAC970) is known color: Chenin. HEX triplet: DA, C9 and 70. RGB value is (218,201,112). Sum of RGB (Red+Green+Blue) = 218+201+112=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC970 is #25368F. Grayscale: #C4C4C4. Windows color (decimal): -2438800 or 7391706. OLE color: 7391706.

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

Color convert

RGB 218 201 112 -
CMYK 0 0.08 0.49 0.15
HSL 50.38º 0.59% 0.65% -
HSV(B) 50.38º 0.49% 0.85% -
XYZ 52.72 57.85 23.72 -
YUV 195.94 80.63 143.74 -
System Red Green Blue C M Y K H S L
Decimal 218 201 112 0 0.08 0.49 0.15 50.38 0.59 0.65
Hex DA C9 70 0 8 31 F 32 3B 41
Octal 332 311 160 0 10 61 17 62 73 101
Binary 11011010 11001001 1110000 0 1000 110001 1111 110010 111011 1000001

Color Harmonies of #DAC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC970

Black with #DAC970

Text Example


Text Example

White with #DAC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC970; }

 p { color: rgb(218,201,112); }

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

background-color css

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

 a { background-color: rgb(218,201,112); }

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

border-color css

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

 span { border-color: rgb(218,201,112); }

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