Html Css Color HEX #DCDD2A Bitter Lemon

📋 copy color: '#DCDD2A'

red 220 ◦ green 221 ◦ blue 42

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

Shades of Bitter Lemon #DCDD2A

Tints of Bitter Lemon #DCDD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.7%

R = 45.55%
G = 45.76%
B = 8.7%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DCDD2A (or 0xDCDD2A) is known color: Bitter Lemon. HEX triplet: DC, DD and 2A. RGB value is (220,221,42). Sum of RGB (Red+Green+Blue) = 220+221+42=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD2A is #2322D5. Grayscale: #C9C9C9. Windows color (decimal): -2302678 or 2809308. OLE color: 2809308.

HSL color Cylindrical-coordinate representation of color #DCDD2A: hue angle of 60.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCDD2A is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 221 42 -
CMYK 0.00 0 0.81 0.13
HSL 60.34º 0.72% 0.52% -
HSV(B) 60.34º 0.81% 0.87% -
XYZ 55.79 67.1 12.2 -
YUV 200.3 38.67 142.05 -
System Red Green Blue C M Y K H S L
Decimal 220 221 42 0.00 0 0.81 0.13 60.34 0.72 0.52
Hex DC DD 2A 0 0 51 D 3C 48 34
Octal 334 335 52 0 0 121 15 74 110 64
Binary 11011100 11011101 101010 0 0 1010001 1101 111100 1001000 110100

Color Harmonies of #DCDD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD2A

Black with #DCDD2A

Text Example


Text Example

White with #DCDD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD2A; }

 p { color: rgb(220,221,42); }

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

background-color css

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

 a { background-color: rgb(220,221,42); }

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

border-color css

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

 span { border-color: rgb(220,221,42); }

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