Html Css Color HEX #DADF21 Bitter Lemon

📋 copy color: '#DADF21'

red 218 ◦ green 223 ◦ blue 33

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

Shades of Bitter Lemon #DADF21

Tints of Bitter Lemon #DADF21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.96%

R = 45.99%
G = 47.05%
B = 6.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DADF21 (or 0xDADF21) is known color: Bitter Lemon. HEX triplet: DA, DF and 21. RGB value is (218,223,33). Sum of RGB (Red+Green+Blue) = 218+223+33=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 33 (13.28% from 255 or 6.96% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF21 is #2520DE. Grayscale: #C8C8C8. Windows color (decimal): -2433247 or 2219994. OLE color: 2219994.

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

Color convert

RGB 218 223 33 -
CMYK 0.02 0 0.85 0.13
HSL 61.58º 0.75% 0.5% -
HSV(B) 61.58º 0.85% 0.87% -
XYZ 55.58 67.79 11.59 -
YUV 199.85 33.84 140.95 -
System Red Green Blue C M Y K H S L
Decimal 218 223 33 0.02 0 0.85 0.13 61.58 0.75 0.5
Hex DA DF 21 2 0 55 D 3E 4B 32
Octal 332 337 41 2 0 125 15 76 113 62
Binary 11011010 11011111 100001 10 0 1010101 1101 111110 1001011 110010

Color Harmonies of #DADF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF21

Black with #DADF21

Text Example


Text Example

White with #DADF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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