Html Css Color HEX #DAC274 Chenin

📋 copy color: '#DAC274'

red 218 ◦ green 194 ◦ blue 116

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

Shades of Chenin #DAC274

Tints of Chenin #DAC274

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.74%

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

R = 41.29%
G = 36.74%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAC274 (or 0xDAC274) is known color: Chenin. HEX triplet: DA, C2 and 74. RGB value is (218,194,116). Sum of RGB (Red+Green+Blue) = 218+194+116=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC274 is #253D8B. Grayscale: #C0C0C0. Windows color (decimal): -2440588 or 7652058. OLE color: 7652058.

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

Color convert

RGB 218 194 116 -
CMYK 0 0.11 0.47 0.15
HSL 45.88º 0.58% 0.65% -
HSV(B) 45.88º 0.47% 0.85% -
XYZ 51.36 54.75 24.38 -
YUV 192.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 218 194 116 0 0.11 0.47 0.15 45.88 0.58 0.65
Hex DA C2 74 0 B 2F F 2E 3A 41
Octal 332 302 164 0 13 57 17 56 72 101
Binary 11011010 11000010 1110100 0 1011 101111 1111 101110 111010 1000001

Color Harmonies of #DAC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC274

Black with #DAC274

Text Example


Text Example

White with #DAC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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