Html Css Color HEX #DADB2B Bitter Lemon

📋 copy color: '#DADB2B'

red 218 ◦ green 219 ◦ blue 43

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

Shades of Bitter Lemon #DADB2B

Tints of Bitter Lemon #DADB2B

RGB

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

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

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

R = 45.42%
G = 45.63%
B = 8.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DADB2B (or 0xDADB2B) is known color: Bitter Lemon. HEX triplet: DA, DB and 2B. RGB value is (218,219,43). Sum of RGB (Red+Green+Blue) = 218+219+43=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 43 (17.19% from 255 or 8.96% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB2B is #2524D4. Grayscale: #C7C7C7. Windows color (decimal): -2434261 or 2874330. OLE color: 2874330.

HSL color Cylindrical-coordinate representation of color #DADB2B: hue angle of 60.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DADB2B is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 43 -
CMYK 0.00 0 0.80 0.14
HSL 60.34º 0.71% 0.51% -
HSV(B) 60.34º 0.8% 0.86% -
XYZ 54.68 65.74 12.09 -
YUV 198.64 40.17 141.81 -
System Red Green Blue C M Y K H S L
Decimal 218 219 43 0.00 0 0.80 0.14 60.34 0.71 0.51
Hex DA DB 2B 0 0 50 E 3C 47 33
Octal 332 333 53 0 0 120 16 74 107 63
Binary 11011010 11011011 101011 0 0 1010000 1110 111100 1000111 110011

Color Harmonies of #DADB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB2B

Black with #DADB2B

Text Example


Text Example

White with #DADB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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