Html Css Color HEX #D5DA44 Bitter Lemon

📋 copy color: '#D5DA44'

red 213 ◦ green 218 ◦ blue 68

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

Shades of Bitter Lemon #D5DA44

Tints of Bitter Lemon #D5DA44

RGB

 RED value IS 213 (83.59% from 255) = 42.69%

 GREEN value IS 218 (85.55% from 255) = 43.69%

 BLUE value IS 68 (26.95% from 255) = 13.63%

R = 42.69%
G = 43.69%
B = 13.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D5DA44 (or 0xD5DA44) is known color: Bitter Lemon. HEX triplet: D5, DA and 44. RGB value is (213,218,68). Sum of RGB (Red+Green+Blue) = 213+218+68=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DA44 is #2A25BB. Grayscale: #C8C8C8. Windows color (decimal): -2762172 or 4512469. OLE color: 4512469.

HSL color Cylindrical-coordinate representation of color #D5DA44: hue angle of 62º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5DA44 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 68 -
CMYK 0.02 0 0.69 0.15
HSL 62º 0.67% 0.56% -
HSV(B) 62º 0.69% 0.85% -
XYZ 53.56 64.71 15.14 -
YUV 199.41 53.84 137.7 -
System Red Green Blue C M Y K H S L
Decimal 213 218 68 0.02 0 0.69 0.15 62 0.67 0.56
Hex D5 DA 44 2 0 45 F 3E 43 38
Octal 325 332 104 2 0 105 17 76 103 70
Binary 11010101 11011010 1000100 10 0 1000101 1111 111110 1000011 111000

Color Harmonies of #D5DA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA44

Black with #D5DA44

Text Example


Text Example

White with #D5DA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA44; }

 p { color: rgb(213,218,68); }

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

background-color css

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

 a { background-color: rgb(213,218,68); }

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

border-color css

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

 span { border-color: rgb(213,218,68); }

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