Html Css Color HEX #D4DD48 Bitter Lemon

📋 copy color: '#D4DD48'

red 212 ◦ green 221 ◦ blue 72

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

Shades of Bitter Lemon #D4DD48

Tints of Bitter Lemon #D4DD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.26%

R = 41.98%
G = 43.76%
B = 14.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#D4DD48 (or 0xD4DD48) is known color: Bitter Lemon. HEX triplet: D4, DD and 48. RGB value is (212,221,72). Sum of RGB (Red+Green+Blue) = 212+221+72=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD48 is #2B22B7. Grayscale: #C9C9C9. Windows color (decimal): -2826936 or 4775380. OLE color: 4775380.

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

Color convert

RGB 212 221 72 -
CMYK 0.04 0 0.67 0.13
HSL 63.62º 0.69% 0.57% -
HSV(B) 63.62º 0.67% 0.87% -
XYZ 54.18 66.18 16.05 -
YUV 201.32 55.02 135.62 -
System Red Green Blue C M Y K H S L
Decimal 212 221 72 0.04 0 0.67 0.13 63.62 0.69 0.57
Hex D4 DD 48 4 0 43 D 40 45 39
Octal 324 335 110 4 0 103 15 100 105 71
Binary 11010100 11011101 1001000 100 0 1000011 1101 1000000 1000101 111001

Color Harmonies of #D4DD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD48

Black with #D4DD48

Text Example


Text Example

White with #D4DD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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