Html Css Color HEX #DACA70 Chenin

📋 copy color: '#DACA70'

red 218 ◦ green 202 ◦ blue 112

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

Shades of Chenin #DACA70

Tints of Chenin #DACA70

RGB

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

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

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

R = 40.98%
G = 37.97%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DACA70 (or 0xDACA70) is known color: Chenin. HEX triplet: DA, CA and 70. RGB value is (218,202,112). Sum of RGB (Red+Green+Blue) = 218+202+112=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA70 is #25358F. Grayscale: #C4C4C4. Windows color (decimal): -2438544 or 7391962. OLE color: 7391962.

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

Color convert

RGB 218 202 112 -
CMYK 0 0.07 0.49 0.15
HSL 50.94º 0.59% 0.65% -
HSV(B) 50.94º 0.49% 0.85% -
XYZ 52.96 58.32 23.79 -
YUV 196.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 218 202 112 0 0.07 0.49 0.15 50.94 0.59 0.65
Hex DA CA 70 0 7 31 F 33 3B 41
Octal 332 312 160 0 7 61 17 63 73 101
Binary 11011010 11001010 1110000 0 111 110001 1111 110011 111011 1000001

Color Harmonies of #DACA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA70

Black with #DACA70

Text Example


Text Example

White with #DACA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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