Html Css Color HEX #DCDD23 Bitter Lemon

📋 copy color: '#DCDD23'

red 220 ◦ green 221 ◦ blue 35

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

Shades of Bitter Lemon #DCDD23

Tints of Bitter Lemon #DCDD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.35%

R = 46.22%
G = 46.43%
B = 7.35%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DCDD23 (or 0xDCDD23) is known color: Bitter Lemon. HEX triplet: DC, DD and 23. RGB value is (220,221,35). Sum of RGB (Red+Green+Blue) = 220+221+35=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 35 (14.06% from 255 or 7.35% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD23 is #2322DC. Grayscale: #C8C8C8. Windows color (decimal): -2302685 or 2350556. OLE color: 2350556.

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

Color convert

RGB 220 221 35 -
CMYK 0.00 0 0.84 0.13
HSL 60.32º 0.73% 0.5% -
HSV(B) 60.32º 0.84% 0.87% -
XYZ 55.68 67.05 11.6 -
YUV 199.5 35.17 142.62 -
System Red Green Blue C M Y K H S L
Decimal 220 221 35 0.00 0 0.84 0.13 60.32 0.73 0.5
Hex DC DD 23 0 0 54 D 3C 49 32
Octal 334 335 43 0 0 124 15 74 111 62
Binary 11011100 11011101 100011 0 0 1010100 1101 111100 1001001 110010

Color Harmonies of #DCDD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD23

Black with #DCDD23

Text Example


Text Example

White with #DCDD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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