Html Css Color HEX #D2DC42 Bitter Lemon

📋 copy color: '#D2DC42'

red 210 ◦ green 220 ◦ blue 66

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

Shades of Bitter Lemon #D2DC42

Tints of Bitter Lemon #D2DC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.31%

R = 42.34%
G = 44.35%
B = 13.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#D2DC42 (or 0xD2DC42) is known color: Bitter Lemon. HEX triplet: D2, DC and 42. RGB value is (210,220,66). Sum of RGB (Red+Green+Blue) = 210+220+66=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DC42 is #2D23BD. Grayscale: #C8C8C8. Windows color (decimal): -2958270 or 4381906. OLE color: 4381906.

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

Color convert

RGB 210 220 66 -
CMYK 0.05 0 0.7 0.14
HSL 63.9º 0.69% 0.56% -
HSV(B) 63.9º 0.7% 0.86% -
XYZ 53.15 65.28 14.95 -
YUV 199.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 210 220 66 0.05 0 0.7 0.14 63.9 0.69 0.56
Hex D2 DC 42 5 0 46 E 40 45 38
Octal 322 334 102 5 0 106 16 100 105 70
Binary 11010010 11011100 1000010 101 0 1000110 1110 1000000 1000101 111000

Color Harmonies of #D2DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC42

Black with #D2DC42

Text Example


Text Example

White with #D2DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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