Html Css Color HEX #D2DD3C Bitter Lemon

📋 copy color: '#D2DD3C'

red 210 ◦ green 221 ◦ blue 60

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

Shades of Bitter Lemon #D2DD3C

Tints of Bitter Lemon #D2DD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.22%

R = 42.77%
G = 45.01%
B = 12.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#D2DD3C (or 0xD2DD3C) is known color: Bitter Lemon. HEX triplet: D2, DD and 3C. RGB value is (210,221,60). Sum of RGB (Red+Green+Blue) = 210+221+60=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DD3C is #2D22C3. Grayscale: #C7C7C7. Windows color (decimal): -2958020 or 3988946. OLE color: 3988946.

HSL color Cylindrical-coordinate representation of color #D2DD3C: hue angle of 64.1º 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 #D2DD3C is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 221 60 -
CMYK 0.05 0 0.73 0.13
HSL 64.1º 0.7% 0.55% -
HSV(B) 64.1º 0.73% 0.87% -
XYZ 53.25 65.74 14.16 -
YUV 199.36 49.36 135.59 -
System Red Green Blue C M Y K H S L
Decimal 210 221 60 0.05 0 0.73 0.13 64.1 0.7 0.55
Hex D2 DD 3C 5 0 49 D 40 46 37
Octal 322 335 74 5 0 111 15 100 106 67
Binary 11010010 11011101 111100 101 0 1001001 1101 1000000 1000110 110111

Color Harmonies of #D2DD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DD3C

Black with #D2DD3C

Text Example


Text Example

White with #D2DD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DD3C; }

 p { color: rgb(210,221,60); }

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

background-color css

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

 a { background-color: rgb(210,221,60); }

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

border-color css

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

 span { border-color: rgb(210,221,60); }

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