Html Css Color HEX #D2D640 Bitter Lemon

📋 copy color: '#D2D640'

red 210 ◦ green 214 ◦ blue 64

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

Shades of Bitter Lemon #D2D640

Tints of Bitter Lemon #D2D640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.85%

 BLUE value IS 64 (25.39% from 255) = 13.11%

R = 43.03%
G = 43.85%
B = 13.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D2D640 (or 0xD2D640) is known color: Bitter Lemon. HEX triplet: D2, D6 and 40. RGB value is (210,214,64). Sum of RGB (Red+Green+Blue) = 210+214+64=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D640 is #2D29BF. Grayscale: #C4C4C4. Windows color (decimal): -2959808 or 4249298. OLE color: 4249298.

HSL color Cylindrical-coordinate representation of color #D2D640: hue angle of 61.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2D640 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 214 64 -
CMYK 0.02 0 0.70 0.16
HSL 61.6º 0.65% 0.55% -
HSV(B) 61.6º 0.7% 0.84% -
XYZ 51.55 62.16 14.13 -
YUV 195.7 53.67 138.2 -
System Red Green Blue C M Y K H S L
Decimal 210 214 64 0.02 0 0.70 0.16 61.6 0.65 0.55
Hex D2 D6 40 2 0 46 10 3E 41 37
Octal 322 326 100 2 0 106 20 76 101 67
Binary 11010010 11010110 1000000 10 0 1000110 10000 111110 1000001 110111

Color Harmonies of #D2D640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D640

Black with #D2D640

Text Example


Text Example

White with #D2D640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D640; }

 p { color: rgb(210,214,64); }

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

background-color css

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

 a { background-color: rgb(210,214,64); }

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

border-color css

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

 span { border-color: rgb(210,214,64); }

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