Html Css Color HEX #DADF2C Bitter Lemon

📋 copy color: '#DADF2C'

red 218 ◦ green 223 ◦ blue 44

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

Shades of Bitter Lemon #DADF2C

Tints of Bitter Lemon #DADF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.07%

R = 44.95%
G = 45.98%
B = 9.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DADF2C (or 0xDADF2C) is known color: Bitter Lemon. HEX triplet: DA, DF and 2C. RGB value is (218,223,44). Sum of RGB (Red+Green+Blue) = 218+223+44=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF2C is #2520D3. Grayscale: #C9C9C9. Windows color (decimal): -2433236 or 2940890. OLE color: 2940890.

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

Color convert

RGB 218 223 44 -
CMYK 0.02 0 0.80 0.13
HSL 61.68º 0.74% 0.52% -
HSV(B) 61.68º 0.8% 0.87% -
XYZ 55.76 67.86 12.54 -
YUV 201.1 39.34 140.05 -
System Red Green Blue C M Y K H S L
Decimal 218 223 44 0.02 0 0.80 0.13 61.68 0.74 0.52
Hex DA DF 2C 2 0 50 D 3E 4A 34
Octal 332 337 54 2 0 120 15 76 112 64
Binary 11011010 11011111 101100 10 0 1010000 1101 111110 1001010 110100

Color Harmonies of #DADF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF2C

Black with #DADF2C

Text Example


Text Example

White with #DADF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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