Html Css Color HEX #DADC33 Bitter Lemon

📋 copy color: '#DADC33'

red 218 ◦ green 220 ◦ blue 51

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

Shades of Bitter Lemon #DADC33

Tints of Bitter Lemon #DADC33

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.99%

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

R = 44.58%
G = 44.99%
B = 10.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DADC33 (or 0xDADC33) is known color: Bitter Lemon. HEX triplet: DA, DC and 33. RGB value is (218,220,51). Sum of RGB (Red+Green+Blue) = 218+220+51=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 51 (20.31% from 255 or 10.43% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC33 is #2523CC. Grayscale: #C8C8C8. Windows color (decimal): -2433997 or 3398874. OLE color: 3398874.

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

Color convert

RGB 218 220 51 -
CMYK 0.01 0 0.77 0.14
HSL 60.71º 0.71% 0.53% -
HSV(B) 60.71º 0.77% 0.86% -
XYZ 55.1 66.33 13.03 -
YUV 200.14 43.84 140.74 -
System Red Green Blue C M Y K H S L
Decimal 218 220 51 0.01 0 0.77 0.14 60.71 0.71 0.53
Hex DA DC 33 1 0 4D E 3D 47 35
Octal 332 334 63 1 0 115 16 75 107 65
Binary 11011010 11011100 110011 1 0 1001101 1110 111101 1000111 110101

Color Harmonies of #DADC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC33

Black with #DADC33

Text Example


Text Example

White with #DADC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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