Html Css Color HEX #D4DA26 Bitter Lemon

📋 copy color: '#D4DA26'

red 212 ◦ green 218 ◦ blue 38

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

Shades of Bitter Lemon #D4DA26

Tints of Bitter Lemon #D4DA26

RGB

 RED value IS 212 (83.2% from 255) = 45.3%

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

 BLUE value IS 38 (15.23% from 255) = 8.12%

R = 45.3%
G = 46.58%
B = 8.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D4DA26 (or 0xD4DA26) is known color: Bitter Lemon. HEX triplet: D4, DA and 26. RGB value is (212,218,38). Sum of RGB (Red+Green+Blue) = 212+218+38=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 38 (15.23% from 255 or 8.12% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DA26 is #2B25D9. Grayscale: #C4C4C4. Windows color (decimal): -2827738 or 2546388. OLE color: 2546388.

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

Color convert

RGB 212 218 38 -
CMYK 0.03 0 0.83 0.15
HSL 62º 0.71% 0.5% -
HSV(B) 62º 0.83% 0.85% -
XYZ 52.57 64.28 11.47 -
YUV 195.69 39.01 139.64 -
System Red Green Blue C M Y K H S L
Decimal 212 218 38 0.03 0 0.83 0.15 62 0.71 0.5
Hex D4 DA 26 3 0 53 F 3E 47 32
Octal 324 332 46 3 0 123 17 76 107 62
Binary 11010100 11011010 100110 11 0 1010011 1111 111110 1000111 110010

Color Harmonies of #D4DA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DA26

Black with #D4DA26

Text Example


Text Example

White with #D4DA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DA26; }

 p { color: rgb(212,218,38); }

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

background-color css

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

 a { background-color: rgb(212,218,38); }

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

border-color css

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

 span { border-color: rgb(212,218,38); }

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