Html Css Color HEX #D4DD26 Bitter Lemon

📋 copy color: '#D4DD26'

red 212 ◦ green 221 ◦ blue 38

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

Shades of Bitter Lemon #D4DD26

Tints of Bitter Lemon #D4DD26

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.92%

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

R = 45.01%
G = 46.92%
B = 8.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#D4DD26 (or 0xD4DD26) is known color: Bitter Lemon. HEX triplet: D4, DD and 26. RGB value is (212,221,38). Sum of RGB (Red+Green+Blue) = 212+221+38=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 38 (15.23% from 255 or 8.07% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD26 is #2B22D9. Grayscale: #C6C6C6. Windows color (decimal): -2826970 or 2547156. OLE color: 2547156.

HSL color Cylindrical-coordinate representation of color #D4DD26: hue angle of 62.95º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4DD26 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 221 38 -
CMYK 0.04 0 0.83 0.13
HSL 62.95º 0.73% 0.51% -
HSV(B) 62.95º 0.83% 0.87% -
XYZ 53.36 65.85 11.73 -
YUV 197.45 38.02 138.38 -
System Red Green Blue C M Y K H S L
Decimal 212 221 38 0.04 0 0.83 0.13 62.95 0.73 0.51
Hex D4 DD 26 4 0 53 D 3F 49 33
Octal 324 335 46 4 0 123 15 77 111 63
Binary 11010100 11011101 100110 100 0 1010011 1101 111111 1001001 110011

Color Harmonies of #D4DD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD26

Black with #D4DD26

Text Example


Text Example

White with #D4DD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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