Html Css Color HEX #DADF1F Bitter Lemon

📋 copy color: '#DADF1F'

red 218 ◦ green 223 ◦ blue 31

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

Shades of Bitter Lemon #DADF1F

Tints of Bitter Lemon #DADF1F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.25%

 BLUE value IS 31 (12.5% from 255) = 6.57%

R = 46.19%
G = 47.25%
B = 6.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DADF1F (or 0xDADF1F) is known color: Bitter Lemon. HEX triplet: DA, DF and 1F. RGB value is (218,223,31). Sum of RGB (Red+Green+Blue) = 218+223+31=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 31 (12.5% from 255 or 6.57% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF1F is #2520E0. Grayscale: #C8C8C8. Windows color (decimal): -2433249 or 2088922. OLE color: 2088922.

HSL color Cylindrical-coordinate representation of color #DADF1F: hue angle of 61.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DADF1F is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 31 -
CMYK 0.02 0 0.86 0.13
HSL 61.56º 0.76% 0.5% -
HSV(B) 61.56º 0.86% 0.87% -
XYZ 55.55 67.78 11.45 -
YUV 199.62 32.84 141.11 -
System Red Green Blue C M Y K H S L
Decimal 218 223 31 0.02 0 0.86 0.13 61.56 0.76 0.5
Hex DA DF 1F 2 0 56 D 3E 4C 32
Octal 332 337 37 2 0 126 15 76 114 62
Binary 11011010 11011111 11111 10 0 1010110 1101 111110 1001100 110010

Color Harmonies of #DADF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF1F

Black with #DADF1F

Text Example


Text Example

White with #DADF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF1F; }

 p { color: rgb(218,223,31); }

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

background-color css

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

 a { background-color: rgb(218,223,31); }

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

border-color css

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

 span { border-color: rgb(218,223,31); }

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