Html Css Color HEX #DABE6A Chenin

📋 copy color: '#DABE6A'

red 218 ◦ green 190 ◦ blue 106

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

Shades of Chenin #DABE6A

Tints of Chenin #DABE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.62%

R = 42.41%
G = 36.96%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DABE6A (or 0xDABE6A) is known color: Chenin. HEX triplet: DA, BE and 6A. RGB value is (218,190,106). Sum of RGB (Red+Green+Blue) = 218+190+106=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABE6A is #254195. Grayscale: #BDBDBD. Windows color (decimal): -2441622 or 6995674. OLE color: 6995674.

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

Color convert

RGB 218 190 106 -
CMYK 0 0.13 0.51 0.15
HSL 45º 0.6% 0.64% -
HSV(B) 45º 0.51% 0.85% -
XYZ 49.93 52.77 21.19 -
YUV 188.8 81.28 148.83 -
System Red Green Blue C M Y K H S L
Decimal 218 190 106 0 0.13 0.51 0.15 45 0.6 0.64
Hex DA BE 6A 0 D 33 F 2D 3C 40
Octal 332 276 152 0 15 63 17 55 74 100
Binary 11011010 10111110 1101010 0 1101 110011 1111 101101 111100 1000000

Color Harmonies of #DABE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE6A

Black with #DABE6A

Text Example


Text Example

White with #DABE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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