Html Css Color HEX #DABF68 Chenin

📋 copy color: '#DABF68'

red 218 ◦ green 191 ◦ blue 104

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

Shades of Chenin #DABF68

Tints of Chenin #DABF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.27%

R = 42.5%
G = 37.23%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DABF68 (or 0xDABF68) is known color: Chenin. HEX triplet: DA, BF and 68. RGB value is (218,191,104). Sum of RGB (Red+Green+Blue) = 218+191+104=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF68 is #254097. Grayscale: #BDBDBD. Windows color (decimal): -2441368 or 6864858. OLE color: 6864858.

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

Color convert

RGB 218 191 104 -
CMYK 0 0.12 0.52 0.15
HSL 45.79º 0.61% 0.63% -
HSV(B) 45.79º 0.52% 0.85% -
XYZ 50.04 53.17 20.72 -
YUV 189.16 79.95 148.57 -
System Red Green Blue C M Y K H S L
Decimal 218 191 104 0 0.12 0.52 0.15 45.79 0.61 0.63
Hex DA BF 68 0 C 34 F 2E 3D 3F
Octal 332 277 150 0 14 64 17 56 75 77
Binary 11011010 10111111 1101000 0 1100 110100 1111 101110 111101 111111

Color Harmonies of #DABF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF68

Black with #DABF68

Text Example


Text Example

White with #DABF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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