Html Css Color HEX #DDDF26 Bitter Lemon

📋 copy color: '#DDDF26'

red 221 ◦ green 223 ◦ blue 38

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

Shades of Bitter Lemon #DDDF26

Tints of Bitter Lemon #DDDF26

RGB

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

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

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

R = 45.85%
G = 46.27%
B = 7.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDDF26 (or 0xDDDF26) is known color: Bitter Lemon. HEX triplet: DD, DF and 26. RGB value is (221,223,38). Sum of RGB (Red+Green+Blue) = 221+223+38=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 38 (15.23% from 255 or 7.88% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF26 is #2220D9. Grayscale: #CACACA. Windows color (decimal): -2236634 or 2547677. OLE color: 2547677.

HSL color Cylindrical-coordinate representation of color #DDDF26: hue angle of 60.65º degrees, saturation: 0.74, 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 #DDDF26 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 38 -
CMYK 0.01 0 0.83 0.13
HSL 60.65º 0.74% 0.51% -
HSV(B) 60.65º 0.83% 0.87% -
XYZ 56.56 68.29 12.03 -
YUV 201.31 35.84 142.04 -
System Red Green Blue C M Y K H S L
Decimal 221 223 38 0.01 0 0.83 0.13 60.65 0.74 0.51
Hex DD DF 26 1 0 53 D 3D 4A 33
Octal 335 337 46 1 0 123 15 75 112 63
Binary 11011101 11011111 100110 1 0 1010011 1101 111101 1001010 110011

Color Harmonies of #DDDF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF26

Black with #DDDF26

Text Example


Text Example

White with #DDDF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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