Html Css Color HEX #DADF33 Bitter Lemon

📋 copy color: '#DADF33'

red 218 ◦ green 223 ◦ blue 51

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

Shades of Bitter Lemon #DADF33

Tints of Bitter Lemon #DADF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.37%

R = 44.31%
G = 45.33%
B = 10.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DADF33 (or 0xDADF33) is known color: Bitter Lemon. HEX triplet: DA, DF and 33. RGB value is (218,223,51). Sum of RGB (Red+Green+Blue) = 218+223+51=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF33 is #2520CC. Grayscale: #CACACA. Windows color (decimal): -2433229 or 3399642. OLE color: 3399642.

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

Color convert

RGB 218 223 51 -
CMYK 0.02 0 0.77 0.13
HSL 61.74º 0.73% 0.54% -
HSV(B) 61.74º 0.77% 0.87% -
XYZ 55.9 67.92 13.3 -
YUV 201.9 42.84 139.49 -
System Red Green Blue C M Y K H S L
Decimal 218 223 51 0.02 0 0.77 0.13 61.74 0.73 0.54
Hex DA DF 33 2 0 4D D 3E 49 36
Octal 332 337 63 2 0 115 15 76 111 66
Binary 11011010 11011111 110011 10 0 1001101 1101 111110 1001001 110110

Color Harmonies of #DADF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF33

Black with #DADF33

Text Example


Text Example

White with #DADF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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