Html Css Color HEX #DADF1E Bitter Lemon

📋 copy color: '#DADF1E'

red 218 ◦ green 223 ◦ blue 30

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

Shades of Bitter Lemon #DADF1E

Tints of Bitter Lemon #DADF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.37%

R = 46.28%
G = 47.35%
B = 6.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DADF1E (or 0xDADF1E) is known color: Bitter Lemon. HEX triplet: DA, DF and 1E. RGB value is (218,223,30). Sum of RGB (Red+Green+Blue) = 218+223+30=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF1E is #2520E1. Grayscale: #C8C8C8. Windows color (decimal): -2433250 or 2023386. OLE color: 2023386.

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

Color convert

RGB 218 223 30 -
CMYK 0.02 0 0.87 0.13
HSL 61.55º 0.76% 0.5% -
HSV(B) 61.55º 0.87% 0.87% -
XYZ 55.54 67.77 11.38 -
YUV 199.5 32.34 141.19 -
System Red Green Blue C M Y K H S L
Decimal 218 223 30 0.02 0 0.87 0.13 61.55 0.76 0.5
Hex DA DF 1E 2 0 57 D 3E 4C 32
Octal 332 337 36 2 0 127 15 76 114 62
Binary 11011010 11011111 11110 10 0 1010111 1101 111110 1001100 110010

Color Harmonies of #DADF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF1E

Black with #DADF1E

Text Example


Text Example

White with #DADF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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