Html Css Color HEX #DDDF2A Bitter Lemon

📋 copy color: '#DDDF2A'

red 221 ◦ green 223 ◦ blue 42

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

Shades of Bitter Lemon #DDDF2A

Tints of Bitter Lemon #DDDF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.64%

R = 45.47%
G = 45.88%
B = 8.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDDF2A (or 0xDDDF2A) is known color: Bitter Lemon. HEX triplet: DD, DF and 2A. RGB value is (221,223,42). Sum of RGB (Red+Green+Blue) = 221+223+42=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF2A is #2220D5. Grayscale: #CACACA. Windows color (decimal): -2236630 or 2809821. OLE color: 2809821.

HSL color Cylindrical-coordinate representation of color #DDDF2A: 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.81%. Process color model (Four color, CMYK) of #DDDF2A is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 42 -
CMYK 0.01 0 0.81 0.13
HSL 60.66º 0.74% 0.52% -
HSV(B) 60.66º 0.81% 0.87% -
XYZ 56.62 68.31 12.39 -
YUV 201.77 37.84 141.72 -
System Red Green Blue C M Y K H S L
Decimal 221 223 42 0.01 0 0.81 0.13 60.66 0.74 0.52
Hex DD DF 2A 1 0 51 D 3D 4A 34
Octal 335 337 52 1 0 121 15 75 112 64
Binary 11011101 11011111 101010 1 0 1010001 1101 111101 1001010 110100

Color Harmonies of #DDDF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF2A

Black with #DDDF2A

Text Example


Text Example

White with #DDDF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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