Html Css Color HEX #D2DC43 Bitter Lemon

📋 copy color: '#D2DC43'

red 210 ◦ green 220 ◦ blue 67

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

Shades of Bitter Lemon #D2DC43

Tints of Bitter Lemon #D2DC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.48%

R = 42.25%
G = 44.27%
B = 13.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#D2DC43 (or 0xD2DC43) is known color: Bitter Lemon. HEX triplet: D2, DC and 43. RGB value is (210,220,67). Sum of RGB (Red+Green+Blue) = 210+220+67=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DC43 is #2D23BC. Grayscale: #C8C8C8. Windows color (decimal): -2958269 or 4447442. OLE color: 4447442.

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

Color convert

RGB 210 220 67 -
CMYK 0.05 0 0.70 0.14
HSL 63.92º 0.69% 0.56% -
HSV(B) 63.92º 0.7% 0.86% -
XYZ 53.18 65.29 15.11 -
YUV 199.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 210 220 67 0.05 0 0.70 0.14 63.92 0.69 0.56
Hex D2 DC 43 5 0 46 E 40 45 38
Octal 322 334 103 5 0 106 16 100 105 70
Binary 11010010 11011100 1000011 101 0 1000110 1110 1000000 1000101 111000

Color Harmonies of #D2DC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC43

Black with #D2DC43

Text Example


Text Example

White with #D2DC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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