Html Css Color HEX #DAC474 Chenin

📋 copy color: '#DAC474'

red 218 ◦ green 196 ◦ blue 116

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

Shades of Chenin #DAC474

Tints of Chenin #DAC474

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.98%

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

R = 41.13%
G = 36.98%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAC474 (or 0xDAC474) is known color: Chenin. HEX triplet: DA, C4 and 74. RGB value is (218,196,116). Sum of RGB (Red+Green+Blue) = 218+196+116=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC474 is #253B8B. Grayscale: #C1C1C1. Windows color (decimal): -2440076 or 7652570. OLE color: 7652570.

HSL color Cylindrical-coordinate representation of color #DAC474: hue angle of 47.06º 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 #DAC474 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 196 116 -
CMYK 0 0.10 0.47 0.15
HSL 47.06º 0.58% 0.65% -
HSV(B) 47.06º 0.47% 0.85% -
XYZ 51.81 55.65 24.53 -
YUV 193.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 218 196 116 0 0.10 0.47 0.15 47.06 0.58 0.65
Hex DA C4 74 0 A 2F F 2F 3A 41
Octal 332 304 164 0 12 57 17 57 72 101
Binary 11011010 11000100 1110100 0 1010 101111 1111 101111 111010 1000001

Color Harmonies of #DAC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC474

Black with #DAC474

Text Example


Text Example

White with #DAC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC474; }

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

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

background-color css

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

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

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

border-color css

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

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

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