Html Css Color HEX #DDDF29 Bitter Lemon

📋 copy color: '#DDDF29'

red 221 ◦ green 223 ◦ blue 41

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

Shades of Bitter Lemon #DDDF29

Tints of Bitter Lemon #DDDF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.45%

R = 45.57%
G = 45.98%
B = 8.45%

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

#DDDF29 (or 0xDDDF29) is known color: Bitter Lemon. HEX triplet: DD, DF and 29. RGB value is (221,223,41). Sum of RGB (Red+Green+Blue) = 221+223+41=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF29 is #2220D6. Grayscale: #CACACA. Windows color (decimal): -2236631 or 2744285. OLE color: 2744285.

HSL color Cylindrical-coordinate representation of color #DDDF29: 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 #DDDF29 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 41 -
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.61 68.31 12.3 -
YUV 201.65 37.34 141.8 -
System Red Green Blue C M Y K H S L
Decimal 221 223 41 0.01 0 0.82 0.13 60.66 0.74 0.52
Hex DD DF 29 1 0 52 D 3D 4A 34
Octal 335 337 51 1 0 122 15 75 112 64
Binary 11011101 11011111 101001 1 0 1010010 1101 111101 1001010 110100

Color Harmonies of #DDDF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF29

Black with #DDDF29

Text Example


Text Example

White with #DDDF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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