Html Css Color HEX #DABE70 Chenin

📋 copy color: '#DABE70'

red 218 ◦ green 190 ◦ blue 112

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

Shades of Chenin #DABE70

Tints of Chenin #DABE70

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.54%

 BLUE value IS 112 (44.14% from 255) = 21.54%

R = 41.92%
G = 36.54%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DABE70 (or 0xDABE70) is known color: Chenin. HEX triplet: DA, BE and 70. RGB value is (218,190,112). Sum of RGB (Red+Green+Blue) = 218+190+112=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABE70 is #25418F. Grayscale: #BDBDBD. Windows color (decimal): -2441616 or 7388890. OLE color: 7388890.

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

Color convert

RGB 218 190 112 -
CMYK 0 0.13 0.49 0.15
HSL 44.15º 0.59% 0.65% -
HSV(B) 44.15º 0.49% 0.85% -
XYZ 50.25 52.9 22.89 -
YUV 189.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 218 190 112 0 0.13 0.49 0.15 44.15 0.59 0.65
Hex DA BE 70 0 D 31 F 2C 3B 41
Octal 332 276 160 0 15 61 17 54 73 101
Binary 11011010 10111110 1110000 0 1101 110001 1111 101100 111011 1000001

Color Harmonies of #DABE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE70

Black with #DABE70

Text Example


Text Example

White with #DABE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE70; }

 p { color: rgb(218,190,112); }

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

background-color css

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

 a { background-color: rgb(218,190,112); }

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

border-color css

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

 span { border-color: rgb(218,190,112); }

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