Html Css Color HEX #DDDF28 Bitter Lemon

📋 copy color: '#DDDF28'

red 221 ◦ green 223 ◦ blue 40

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

Shades of Bitter Lemon #DDDF28

Tints of Bitter Lemon #DDDF28

RGB

 RED value IS 221 (86.72% from 255) = 45.66%

 GREEN value IS 223 (87.5% from 255) = 46.07%

 BLUE value IS 40 (16.02% from 255) = 8.26%

R = 45.66%
G = 46.07%
B = 8.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDDF28 (or 0xDDDF28) is known color: Bitter Lemon. HEX triplet: DD, DF and 28. RGB value is (221,223,40). Sum of RGB (Red+Green+Blue) = 221+223+40=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 40 (16.02% from 255 or 8.26% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF28 is #2220D7. Grayscale: #CACACA. Windows color (decimal): -2236632 or 2678749. OLE color: 2678749.

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

Color convert

RGB 221 223 40 -
CMYK 0.01 0 0.82 0.13
HSL 60.66º 0.74% 0.52% -
HSV(B) 60.66º 0.82% 0.87% -
XYZ 56.59 68.3 12.21 -
YUV 201.54 36.84 141.88 -
System Red Green Blue C M Y K H S L
Decimal 221 223 40 0.01 0 0.82 0.13 60.66 0.74 0.52
Hex DD DF 28 1 0 52 D 3D 4A 34
Octal 335 337 50 1 0 122 15 75 112 64
Binary 11011101 11011111 101000 1 0 1010010 1101 111101 1001010 110100

Color Harmonies of #DDDF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF28

Black with #DDDF28

Text Example


Text Example

White with #DDDF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF28; }

 p { color: rgb(221,223,40); }

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

background-color css

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

 a { background-color: rgb(221,223,40); }

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

border-color css

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

 span { border-color: rgb(221,223,40); }

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