Html Css Color HEX #D4DD3B Bitter Lemon

📋 copy color: '#D4DD3B'

red 212 ◦ green 221 ◦ blue 59

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

Shades of Bitter Lemon #D4DD3B

Tints of Bitter Lemon #D4DD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.99%

R = 43.09%
G = 44.92%
B = 11.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#D4DD3B (or 0xD4DD3B) is known color: Bitter Lemon. HEX triplet: D4, DD and 3B. RGB value is (212,221,59). Sum of RGB (Red+Green+Blue) = 212+221+59=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 59 (23.44% from 255 or 11.99% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD3B is #2B22C4. Grayscale: #C8C8C8. Windows color (decimal): -2826949 or 3923412. OLE color: 3923412.

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

Color convert

RGB 212 221 59 -
CMYK 0.04 0 0.73 0.13
HSL 63.33º 0.7% 0.55% -
HSV(B) 63.33º 0.73% 0.87% -
XYZ 53.8 66.03 14.05 -
YUV 199.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 212 221 59 0.04 0 0.73 0.13 63.33 0.7 0.55
Hex D4 DD 3B 4 0 49 D 3F 46 37
Octal 324 335 73 4 0 111 15 77 106 67
Binary 11010100 11011101 111011 100 0 1001001 1101 111111 1000110 110111

Color Harmonies of #D4DD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD3B

Black with #D4DD3B

Text Example


Text Example

White with #D4DD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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