Html Css Color HEX #DACA75 Chenin

📋 copy color: '#DACA75'

red 218 ◦ green 202 ◦ blue 117

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

Shades of Chenin #DACA75

Tints of Chenin #DACA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.79%

R = 40.6%
G = 37.62%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DACA75 (or 0xDACA75) is known color: Chenin. HEX triplet: DA, CA and 75. RGB value is (218,202,117). Sum of RGB (Red+Green+Blue) = 218+202+117=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA75 is #25358A. Grayscale: #C5C5C5. Windows color (decimal): -2438539 or 7719642. OLE color: 7719642.

HSL color Cylindrical-coordinate representation of color #DACA75: hue angle of 50.5º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DACA75 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 202 117 -
CMYK 0 0.07 0.46 0.15
HSL 50.5º 0.58% 0.66% -
HSV(B) 50.5º 0.46% 0.85% -
XYZ 53.24 58.43 25.3 -
YUV 197.09 82.8 142.91 -
System Red Green Blue C M Y K H S L
Decimal 218 202 117 0 0.07 0.46 0.15 50.5 0.58 0.66
Hex DA CA 75 0 7 2E F 32 3A 42
Octal 332 312 165 0 7 56 17 62 72 102
Binary 11011010 11001010 1110101 0 111 101110 1111 110010 111010 1000010

Color Harmonies of #DACA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA75

Black with #DACA75

Text Example


Text Example

White with #DACA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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