Html Css Color HEX #D2DC35 Bitter Lemon

📋 copy color: '#D2DC35'

red 210 ◦ green 220 ◦ blue 53

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

Shades of Bitter Lemon #D2DC35

Tints of Bitter Lemon #D2DC35

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

 BLUE value IS 53 (21.09% from 255) = 10.97%

R = 43.48%
G = 45.55%
B = 10.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#D2DC35 (or 0xD2DC35) is known color: Bitter Lemon. HEX triplet: D2, DC and 35. RGB value is (210,220,53). Sum of RGB (Red+Green+Blue) = 210+220+53=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DC35 is #2D23CA. Grayscale: #C6C6C6. Windows color (decimal): -2958283 or 3529938. OLE color: 3529938.

HSL color Cylindrical-coordinate representation of color #D2DC35: hue angle of 63.59º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2DC35 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 220 53 -
CMYK 0.05 0 0.76 0.14
HSL 63.59º 0.7% 0.54% -
HSV(B) 63.59º 0.76% 0.86% -
XYZ 52.81 65.15 13.16 -
YUV 197.97 46.19 136.58 -
System Red Green Blue C M Y K H S L
Decimal 210 220 53 0.05 0 0.76 0.14 63.59 0.7 0.54
Hex D2 DC 35 5 0 4C E 40 46 36
Octal 322 334 65 5 0 114 16 100 106 66
Binary 11010010 11011100 110101 101 0 1001100 1110 1000000 1000110 110110

Color Harmonies of #D2DC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC35

Black with #D2DC35

Text Example


Text Example

White with #D2DC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC35; }

 p { color: rgb(210,220,53); }

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

background-color css

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

 a { background-color: rgb(210,220,53); }

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

border-color css

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

 span { border-color: rgb(210,220,53); }

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