Html Css Color HEX #DADF31 Bitter Lemon

📋 copy color: '#DADF31'

red 218 ◦ green 223 ◦ blue 49

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

Shades of Bitter Lemon #DADF31

Tints of Bitter Lemon #DADF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10%

R = 44.49%
G = 45.51%
B = 10%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DADF31 (or 0xDADF31) is known color: Bitter Lemon. HEX triplet: DA, DF and 31. RGB value is (218,223,49). Sum of RGB (Red+Green+Blue) = 218+223+49=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF31 is #2520CE. Grayscale: #CACACA. Windows color (decimal): -2433231 or 3268570. OLE color: 3268570.

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

Color convert

RGB 218 223 49 -
CMYK 0.02 0 0.78 0.13
HSL 61.72º 0.73% 0.53% -
HSV(B) 61.72º 0.78% 0.87% -
XYZ 55.86 67.9 13.07 -
YUV 201.67 41.84 139.65 -
System Red Green Blue C M Y K H S L
Decimal 218 223 49 0.02 0 0.78 0.13 61.72 0.73 0.53
Hex DA DF 31 2 0 4E D 3E 49 35
Octal 332 337 61 2 0 116 15 76 111 65
Binary 11011010 11011111 110001 10 0 1001110 1101 111110 1001001 110101

Color Harmonies of #DADF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF31

Black with #DADF31

Text Example


Text Example

White with #DADF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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