Html Css Color HEX #DADB2E Bitter Lemon

📋 copy color: '#DADB2E'

red 218 ◦ green 219 ◦ blue 46

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

Shades of Bitter Lemon #DADB2E

Tints of Bitter Lemon #DADB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.52%

R = 45.13%
G = 45.34%
B = 9.52%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DADB2E (or 0xDADB2E) is known color: Bitter Lemon. HEX triplet: DA, DB and 2E. RGB value is (218,219,46). Sum of RGB (Red+Green+Blue) = 218+219+46=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB2E is #2524D1. Grayscale: #C7C7C7. Windows color (decimal): -2434258 or 3070938. OLE color: 3070938.

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

Color convert

RGB 218 219 46 -
CMYK 0.00 0 0.79 0.14
HSL 60.35º 0.71% 0.52% -
HSV(B) 60.35º 0.79% 0.86% -
XYZ 54.74 65.77 12.39 -
YUV 198.98 41.67 141.57 -
System Red Green Blue C M Y K H S L
Decimal 218 219 46 0.00 0 0.79 0.14 60.35 0.71 0.52
Hex DA DB 2E 0 0 4F E 3C 47 34
Octal 332 333 56 0 0 117 16 74 107 64
Binary 11011010 11011011 101110 0 0 1001111 1110 111100 1000111 110100

Color Harmonies of #DADB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB2E

Black with #DADB2E

Text Example


Text Example

White with #DADB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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