Html Css Color HEX #DADF2B Bitter Lemon

📋 copy color: '#DADF2B'

red 218 ◦ green 223 ◦ blue 43

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

Shades of Bitter Lemon #DADF2B

Tints of Bitter Lemon #DADF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.88%

R = 45.04%
G = 46.07%
B = 8.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DADF2B (or 0xDADF2B) is known color: Bitter Lemon. HEX triplet: DA, DF and 2B. RGB value is (218,223,43). Sum of RGB (Red+Green+Blue) = 218+223+43=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF2B is #2520D4. Grayscale: #C9C9C9. Windows color (decimal): -2433237 or 2875354. OLE color: 2875354.

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

Color convert

RGB 218 223 43 -
CMYK 0.02 0 0.81 0.13
HSL 61.67º 0.74% 0.52% -
HSV(B) 61.67º 0.81% 0.87% -
XYZ 55.74 67.86 12.45 -
YUV 200.99 38.84 140.14 -
System Red Green Blue C M Y K H S L
Decimal 218 223 43 0.02 0 0.81 0.13 61.67 0.74 0.52
Hex DA DF 2B 2 0 51 D 3E 4A 34
Octal 332 337 53 2 0 121 15 76 112 64
Binary 11011010 11011111 101011 10 0 1010001 1101 111110 1001010 110100

Color Harmonies of #DADF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF2B

Black with #DADF2B

Text Example


Text Example

White with #DADF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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