Html Css Color HEX #DADD32 Bitter Lemon

📋 copy color: '#DADD32'

red 218 ◦ green 221 ◦ blue 50

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

Shades of Bitter Lemon #DADD32

Tints of Bitter Lemon #DADD32

RGB

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

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

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

R = 44.58%
G = 45.19%
B = 10.22%

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

#DADD32 (or 0xDADD32) is known color: Bitter Lemon. HEX triplet: DA, DD and 32. RGB value is (218,221,50). Sum of RGB (Red+Green+Blue) = 218+221+50=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD32 is #2522CD. Grayscale: #C9C9C9. Windows color (decimal): -2433742 or 3333594. OLE color: 3333594.

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

Color convert

RGB 218 221 50 -
CMYK 0.01 0 0.77 0.13
HSL 61.05º 0.72% 0.53% -
HSV(B) 61.05º 0.77% 0.87% -
XYZ 55.35 66.85 13 -
YUV 200.61 43.01 140.4 -
System Red Green Blue C M Y K H S L
Decimal 218 221 50 0.01 0 0.77 0.13 61.05 0.72 0.53
Hex DA DD 32 1 0 4D D 3D 48 35
Octal 332 335 62 1 0 115 15 75 110 65
Binary 11011010 11011101 110010 1 0 1001101 1101 111101 1001000 110101

Color Harmonies of #DADD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD32

Black with #DADD32

Text Example


Text Example

White with #DADD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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