Html Css Color HEX #DADF32 Bitter Lemon

📋 copy color: '#DADF32'

red 218 ◦ green 223 ◦ blue 50

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

Shades of Bitter Lemon #DADF32

Tints of Bitter Lemon #DADF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.18%

R = 44.4%
G = 45.42%
B = 10.18%

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

#DADF32 (or 0xDADF32) is known color: Bitter Lemon. HEX triplet: DA, DF and 32. RGB value is (218,223,50). Sum of RGB (Red+Green+Blue) = 218+223+50=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF32 is #2520CD. Grayscale: #CACACA. Windows color (decimal): -2433230 or 3334106. OLE color: 3334106.

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

Color convert

RGB 218 223 50 -
CMYK 0.02 0 0.78 0.13
HSL 61.73º 0.73% 0.54% -
HSV(B) 61.73º 0.78% 0.87% -
XYZ 55.88 67.91 13.18 -
YUV 201.78 42.34 139.57 -
System Red Green Blue C M Y K H S L
Decimal 218 223 50 0.02 0 0.78 0.13 61.73 0.73 0.54
Hex DA DF 32 2 0 4E D 3E 49 36
Octal 332 337 62 2 0 116 15 76 111 66
Binary 11011010 11011111 110010 10 0 1001110 1101 111110 1001001 110110

Color Harmonies of #DADF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF32

Black with #DADF32

Text Example


Text Example

White with #DADF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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