Html Css Color HEX #DACA74 Chenin

📋 copy color: '#DACA74'

red 218 ◦ green 202 ◦ blue 116

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

Shades of Chenin #DACA74

Tints of Chenin #DACA74

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.69%

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

R = 40.67%
G = 37.69%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DACA74 (or 0xDACA74) is known color: Chenin. HEX triplet: DA, CA and 74. RGB value is (218,202,116). Sum of RGB (Red+Green+Blue) = 218+202+116=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA74 is #25358B. Grayscale: #C5C5C5. Windows color (decimal): -2438540 or 7654106. OLE color: 7654106.

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

Color convert

RGB 218 202 116 -
CMYK 0 0.07 0.47 0.15
HSL 50.59º 0.58% 0.65% -
HSV(B) 50.59º 0.47% 0.85% -
XYZ 53.19 58.41 24.99 -
YUV 196.98 82.3 142.99 -
System Red Green Blue C M Y K H S L
Decimal 218 202 116 0 0.07 0.47 0.15 50.59 0.58 0.65
Hex DA CA 74 0 7 2F F 33 3A 41
Octal 332 312 164 0 7 57 17 63 72 101
Binary 11011010 11001010 1110100 0 111 101111 1111 110011 111010 1000001

Color Harmonies of #DACA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA74

Black with #DACA74

Text Example


Text Example

White with #DACA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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