Html Css Color HEX #DADF29 Bitter Lemon

📋 copy color: '#DADF29'

red 218 ◦ green 223 ◦ blue 41

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

Shades of Bitter Lemon #DADF29

Tints of Bitter Lemon #DADF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.51%

R = 45.23%
G = 46.27%
B = 8.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DADF29 (or 0xDADF29) is known color: Bitter Lemon. HEX triplet: DA, DF and 29. RGB value is (218,223,41). Sum of RGB (Red+Green+Blue) = 218+223+41=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 41 (16.41% from 255 or 8.51% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF29 is #2520D6. Grayscale: #C9C9C9. Windows color (decimal): -2433239 or 2744282. OLE color: 2744282.

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

Color convert

RGB 218 223 41 -
CMYK 0.02 0 0.82 0.13
HSL 61.65º 0.74% 0.52% -
HSV(B) 61.65º 0.82% 0.87% -
XYZ 55.7 67.84 12.26 -
YUV 200.76 37.84 140.3 -
System Red Green Blue C M Y K H S L
Decimal 218 223 41 0.02 0 0.82 0.13 61.65 0.74 0.52
Hex DA DF 29 2 0 52 D 3E 4A 34
Octal 332 337 51 2 0 122 15 76 112 64
Binary 11011010 11011111 101001 10 0 1010010 1101 111110 1001010 110100

Color Harmonies of #DADF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF29

Black with #DADF29

Text Example


Text Example

White with #DADF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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