Html Css Color HEX #D2D944 Bitter Lemon

📋 copy color: '#D2D944'

red 210 ◦ green 217 ◦ blue 68

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

Shades of Bitter Lemon #D2D944

Tints of Bitter Lemon #D2D944

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.84%

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

R = 42.42%
G = 43.84%
B = 13.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D2D944 (or 0xD2D944) is known color: Bitter Lemon. HEX triplet: D2, D9 and 44. RGB value is (210,217,68). Sum of RGB (Red+Green+Blue) = 210+217+68=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D944 is #2D26BB. Grayscale: #C6C6C6. Windows color (decimal): -2959036 or 4512210. OLE color: 4512210.

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

Color convert

RGB 210 217 68 -
CMYK 0.03 0 0.69 0.15
HSL 62.82º 0.66% 0.56% -
HSV(B) 62.82º 0.69% 0.85% -
XYZ 52.43 63.74 15.01 -
YUV 197.92 54.68 136.62 -
System Red Green Blue C M Y K H S L
Decimal 210 217 68 0.03 0 0.69 0.15 62.82 0.66 0.56
Hex D2 D9 44 3 0 45 F 3F 42 38
Octal 322 331 104 3 0 105 17 77 102 70
Binary 11010010 11011001 1000100 11 0 1000101 1111 111111 1000010 111000

Color Harmonies of #D2D944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D944

Black with #D2D944

Text Example


Text Example

White with #D2D944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D944; }

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

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

background-color css

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

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

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

border-color css

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

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

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