Html Css Color HEX #DABF78 Chenin

📋 copy color: '#DABF78'

red 218 ◦ green 191 ◦ blue 120

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

Shades of Chenin #DABF78

Tints of Chenin #DABF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.68%

R = 41.21%
G = 36.11%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DABF78 (or 0xDABF78) is known color: Chenin. HEX triplet: DA, BF and 78. RGB value is (218,191,120). Sum of RGB (Red+Green+Blue) = 218+191+120=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF78 is #254087. Grayscale: #BFBFBF. Windows color (decimal): -2441352 or 7913434. OLE color: 7913434.

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

Color convert

RGB 218 191 120 -
CMYK 0 0.12 0.45 0.15
HSL 43.47º 0.57% 0.66% -
HSV(B) 43.47º 0.45% 0.85% -
XYZ 50.93 53.52 25.42 -
YUV 190.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 218 191 120 0 0.12 0.45 0.15 43.47 0.57 0.66
Hex DA BF 78 0 C 2D F 2B 39 42
Octal 332 277 170 0 14 55 17 53 71 102
Binary 11011010 10111111 1111000 0 1100 101101 1111 101011 111001 1000010

Color Harmonies of #DABF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF78

Black with #DABF78

Text Example


Text Example

White with #DABF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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