Html Css Color HEX #DADD33 Bitter Lemon

📋 copy color: '#DADD33'

red 218 ◦ green 221 ◦ blue 51

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

Shades of Bitter Lemon #DADD33

Tints of Bitter Lemon #DADD33

RGB

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

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

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

R = 44.49%
G = 45.1%
B = 10.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DADD33 (or 0xDADD33) is known color: Bitter Lemon. HEX triplet: DA, DD and 33. RGB value is (218,221,51). Sum of RGB (Red+Green+Blue) = 218+221+51=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 51 (20.31% from 255 or 10.41% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD33 is #2522CC. Grayscale: #C9C9C9. Windows color (decimal): -2433741 or 3399130. OLE color: 3399130.

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

Color convert

RGB 218 221 51 -
CMYK 0.01 0 0.77 0.13
HSL 61.06º 0.71% 0.53% -
HSV(B) 61.06º 0.77% 0.87% -
XYZ 55.37 66.86 13.12 -
YUV 200.72 43.51 140.32 -
System Red Green Blue C M Y K H S L
Decimal 218 221 51 0.01 0 0.77 0.13 61.06 0.71 0.53
Hex DA DD 33 1 0 4D D 3D 47 35
Octal 332 335 63 1 0 115 15 75 107 65
Binary 11011010 11011101 110011 1 0 1001101 1101 111101 1000111 110101

Color Harmonies of #DADD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD33

Black with #DADD33

Text Example


Text Example

White with #DADD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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