Html Css Color HEX #DCDD26 Bitter Lemon

📋 copy color: '#DCDD26'

red 220 ◦ green 221 ◦ blue 38

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

Shades of Bitter Lemon #DCDD26

Tints of Bitter Lemon #DCDD26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.93%

R = 45.93%
G = 46.14%
B = 7.93%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DCDD26 (or 0xDCDD26) is known color: Bitter Lemon. HEX triplet: DC, DD and 26. RGB value is (220,221,38). Sum of RGB (Red+Green+Blue) = 220+221+38=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 38 (15.23% from 255 or 7.93% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD26 is #2322D9. Grayscale: #C8C8C8. Windows color (decimal): -2302682 or 2547164. OLE color: 2547164.

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

Color convert

RGB 220 221 38 -
CMYK 0.00 0 0.83 0.13
HSL 60.33º 0.73% 0.51% -
HSV(B) 60.33º 0.83% 0.87% -
XYZ 55.72 67.07 11.84 -
YUV 199.84 36.67 142.38 -
System Red Green Blue C M Y K H S L
Decimal 220 221 38 0.00 0 0.83 0.13 60.33 0.73 0.51
Hex DC DD 26 0 0 53 D 3C 49 33
Octal 334 335 46 0 0 123 15 74 111 63
Binary 11011100 11011101 100110 0 0 1010011 1101 111100 1001001 110011

Color Harmonies of #DCDD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD26

Black with #DCDD26

Text Example


Text Example

White with #DCDD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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