Html Css Color HEX #DABF71 Chenin

📋 copy color: '#DABF71'

red 218 ◦ green 191 ◦ blue 113

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

Shades of Chenin #DABF71

Tints of Chenin #DABF71

RGB

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

 GREEN value IS 191 (75% from 255) = 36.59%

 BLUE value IS 113 (44.53% from 255) = 21.65%

R = 41.76%
G = 36.59%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DABF71 (or 0xDABF71) is known color: Chenin. HEX triplet: DA, BF and 71. RGB value is (218,191,113). Sum of RGB (Red+Green+Blue) = 218+191+113=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF71 is #25408E. Grayscale: #BEBEBE. Windows color (decimal): -2441359 or 7454682. OLE color: 7454682.

HSL color Cylindrical-coordinate representation of color #DABF71: hue angle of 44.57º degrees, saturation: 0.59, 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 #DABF71 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 191 113 -
CMYK 0 0.12 0.48 0.15
HSL 44.57º 0.59% 0.65% -
HSV(B) 44.57º 0.48% 0.85% -
XYZ 50.52 53.36 23.26 -
YUV 190.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 218 191 113 0 0.12 0.48 0.15 44.57 0.59 0.65
Hex DA BF 71 0 C 30 F 2D 3B 41
Octal 332 277 161 0 14 60 17 55 73 101
Binary 11011010 10111111 1110001 0 1100 110000 1111 101101 111011 1000001

Color Harmonies of #DABF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF71

Black with #DABF71

Text Example


Text Example

White with #DABF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF71; }

 p { color: rgb(218,191,113); }

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

background-color css

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

 a { background-color: rgb(218,191,113); }

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

border-color css

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

 span { border-color: rgb(218,191,113); }

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