Html Css Color HEX #DADD2B Bitter Lemon

📋 copy color: '#DADD2B'

red 218 ◦ green 221 ◦ blue 43

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

Shades of Bitter Lemon #DADD2B

Tints of Bitter Lemon #DADD2B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.85%

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

R = 45.23%
G = 45.85%
B = 8.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DADD2B (or 0xDADD2B) is known color: Bitter Lemon. HEX triplet: DA, DD and 2B. RGB value is (218,221,43). Sum of RGB (Red+Green+Blue) = 218+221+43=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 43 (17.19% from 255 or 8.92% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD2B is #2522D4. Grayscale: #C8C8C8. Windows color (decimal): -2433749 or 2874842. OLE color: 2874842.

HSL color Cylindrical-coordinate representation of color #DADD2B: hue angle of 61.01º degrees, saturation: 0.72, 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 #DADD2B is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 43 -
CMYK 0.01 0 0.81 0.13
HSL 61.01º 0.72% 0.52% -
HSV(B) 61.01º 0.81% 0.87% -
XYZ 55.21 66.79 12.27 -
YUV 199.81 39.51 140.97 -
System Red Green Blue C M Y K H S L
Decimal 218 221 43 0.01 0 0.81 0.13 61.01 0.72 0.52
Hex DA DD 2B 1 0 51 D 3D 48 34
Octal 332 335 53 1 0 121 15 75 110 64
Binary 11011010 11011101 101011 1 0 1010001 1101 111101 1001000 110100

Color Harmonies of #DADD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD2B

Black with #DADD2B

Text Example


Text Example

White with #DADD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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