Html Css Color HEX #DCDD1B Bitter Lemon

📋 copy color: '#DCDD1B'

red 220 ◦ green 221 ◦ blue 27

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

Shades of Bitter Lemon #DCDD1B

Tints of Bitter Lemon #DCDD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.77%

R = 47.01%
G = 47.22%
B = 5.77%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DCDD1B (or 0xDCDD1B) is known color: Bitter Lemon. HEX triplet: DC, DD and 1B. RGB value is (220,221,27). Sum of RGB (Red+Green+Blue) = 220+221+27=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 27 (10.94% from 255 or 5.77% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD1B is #2322E4. Grayscale: #C7C7C7. Windows color (decimal): -2302693 or 1826268. OLE color: 1826268.

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

Color convert

RGB 220 221 27 -
CMYK 0.00 0 0.88 0.13
HSL 60.31º 0.78% 0.49% -
HSV(B) 60.31º 0.88% 0.87% -
XYZ 55.57 67.01 11.04 -
YUV 198.59 31.17 143.27 -
System Red Green Blue C M Y K H S L
Decimal 220 221 27 0.00 0 0.88 0.13 60.31 0.78 0.49
Hex DC DD 1B 0 0 58 D 3C 4E 31
Octal 334 335 33 0 0 130 15 74 116 61
Binary 11011100 11011101 11011 0 0 1011000 1101 111100 1001110 110001

Color Harmonies of #DCDD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD1B

Black with #DCDD1B

Text Example


Text Example

White with #DCDD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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