Html Css Color HEX #DADB20 Bitter Lemon

📋 copy color: '#DADB20'

red 218 ◦ green 219 ◦ blue 32

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

Shades of Bitter Lemon #DADB20

Tints of Bitter Lemon #DADB20

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.7%

 BLUE value IS 32 (12.89% from 255) = 6.82%

R = 46.48%
G = 46.7%
B = 6.82%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DADB20 (or 0xDADB20) is known color: Bitter Lemon. HEX triplet: DA, DB and 20. RGB value is (218,219,32). Sum of RGB (Red+Green+Blue) = 218+219+32=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB20 is #2524DF. Grayscale: #C6C6C6. Windows color (decimal): -2434272 or 2153434. OLE color: 2153434.

HSL color Cylindrical-coordinate representation of color #DADB20: hue angle of 60.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DADB20 is Cyan = 0.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 32 -
CMYK 0.00 0 0.85 0.14
HSL 60.32º 0.75% 0.49% -
HSV(B) 60.32º 0.85% 0.86% -
XYZ 54.51 65.67 11.17 -
YUV 197.38 34.67 142.71 -
System Red Green Blue C M Y K H S L
Decimal 218 219 32 0.00 0 0.85 0.14 60.32 0.75 0.49
Hex DA DB 20 0 0 55 E 3C 4B 31
Octal 332 333 40 0 0 125 16 74 113 61
Binary 11011010 11011011 100000 0 0 1010101 1110 111100 1001011 110001

Color Harmonies of #DADB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB20

Black with #DADB20

Text Example


Text Example

White with #DADB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB20; }

 p { color: rgb(218,219,32); }

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

background-color css

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

 a { background-color: rgb(218,219,32); }

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

border-color css

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

 span { border-color: rgb(218,219,32); }

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