Html Css Color HEX #DDDF25 Bitter Lemon

📋 copy color: '#DDDF25'

red 221 ◦ green 223 ◦ blue 37

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

Shades of Bitter Lemon #DDDF25

Tints of Bitter Lemon #DDDF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.69%

R = 45.95%
G = 46.36%
B = 7.69%

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

#DDDF25 (or 0xDDDF25) is known color: Bitter Lemon. HEX triplet: DD, DF and 25. RGB value is (221,223,37). Sum of RGB (Red+Green+Blue) = 221+223+37=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF25 is #2220DA. Grayscale: #C9C9C9. Windows color (decimal): -2236635 or 2482141. OLE color: 2482141.

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

Color convert

RGB 221 223 37 -
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.54 68.28 11.95 -
YUV 201.2 35.34 142.12 -
System Red Green Blue C M Y K H S L
Decimal 221 223 37 0.01 0 0.83 0.13 60.65 0.74 0.51
Hex DD DF 25 1 0 53 D 3D 4A 33
Octal 335 337 45 1 0 123 15 75 112 63
Binary 11011101 11011111 100101 1 0 1010011 1101 111101 1001010 110011

Color Harmonies of #DDDF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF25

Black with #DDDF25

Text Example


Text Example

White with #DDDF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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