Html Css Color HEX #D2DF44 Bitter Lemon

📋 copy color: '#D2DF44'

red 210 ◦ green 223 ◦ blue 68

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

Shades of Bitter Lemon #D2DF44

Tints of Bitter Lemon #D2DF44

RGB

 RED value IS 210 (82.42% from 255) = 41.92%

 GREEN value IS 223 (87.5% from 255) = 44.51%

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

R = 41.92%
G = 44.51%
B = 13.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#D2DF44 (or 0xD2DF44) is known color: Bitter Lemon. HEX triplet: D2, DF and 44. RGB value is (210,223,68). Sum of RGB (Red+Green+Blue) = 210+223+68=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DF44 is #2D20BB. Grayscale: #CACACA. Windows color (decimal): -2957500 or 4513746. OLE color: 4513746.

HSL color Cylindrical-coordinate representation of color #D2DF44: hue angle of 65.03º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2DF44 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 223 68 -
CMYK 0.06 0 0.70 0.13
HSL 65.03º 0.71% 0.57% -
HSV(B) 65.03º 0.7% 0.87% -
XYZ 54.01 66.89 15.53 -
YUV 201.44 52.69 134.1 -
System Red Green Blue C M Y K H S L
Decimal 210 223 68 0.06 0 0.70 0.13 65.03 0.71 0.57
Hex D2 DF 44 6 0 46 D 41 47 39
Octal 322 337 104 6 0 106 15 101 107 71
Binary 11010010 11011111 1000100 110 0 1000110 1101 1000001 1000111 111001

Color Harmonies of #D2DF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DF44

Black with #D2DF44

Text Example


Text Example

White with #D2DF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DF44; }

 p { color: rgb(210,223,68); }

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

background-color css

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

 a { background-color: rgb(210,223,68); }

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

border-color css

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

 span { border-color: rgb(210,223,68); }

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