Html Css Color HEX #DABC72 Chenin

📋 copy color: '#DABC72'

red 218 ◦ green 188 ◦ blue 114

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

Shades of Chenin #DABC72

Tints of Chenin #DABC72

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.15%

 BLUE value IS 114 (44.92% from 255) = 21.92%

R = 41.92%
G = 36.15%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DABC72 (or 0xDABC72) is known color: Chenin. HEX triplet: DA, BC and 72. RGB value is (218,188,114). Sum of RGB (Red+Green+Blue) = 218+188+114=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC72 is #25438D. Grayscale: #BCBCBC. Windows color (decimal): -2442126 or 7519450. OLE color: 7519450.

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

Color convert

RGB 218 188 114 -
CMYK 0 0.14 0.48 0.15
HSL 42.69º 0.58% 0.65% -
HSV(B) 42.69º 0.48% 0.85% -
XYZ 49.93 52.09 23.34 -
YUV 188.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 218 188 114 0 0.14 0.48 0.15 42.69 0.58 0.65
Hex DA BC 72 0 E 30 F 2B 3A 41
Octal 332 274 162 0 16 60 17 53 72 101
Binary 11011010 10111100 1110010 0 1110 110000 1111 101011 111010 1000001

Color Harmonies of #DABC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC72

Black with #DABC72

Text Example


Text Example

White with #DABC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC72; }

 p { color: rgb(218,188,114); }

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

background-color css

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

 a { background-color: rgb(218,188,114); }

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

border-color css

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

 span { border-color: rgb(218,188,114); }

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