Html Css Color HEX #DDDF1D Bitter Lemon

📋 copy color: '#DDDF1D'

red 221 ◦ green 223 ◦ blue 29

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

Shades of Bitter Lemon #DDDF1D

Tints of Bitter Lemon #DDDF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.13%

R = 46.72%
G = 47.15%
B = 6.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDDF1D (or 0xDDDF1D) is known color: Bitter Lemon. HEX triplet: DD, DF and 1D. RGB value is (221,223,29). Sum of RGB (Red+Green+Blue) = 221+223+29=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 29 (11.72% from 255 or 6.13% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF1D is #2220E2. Grayscale: #C9C9C9. Windows color (decimal): -2236643 or 1957853. OLE color: 1957853.

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

Color convert

RGB 221 223 29 -
CMYK 0.01 0 0.87 0.13
HSL 60.62º 0.77% 0.49% -
HSV(B) 60.62º 0.87% 0.87% -
XYZ 56.43 68.24 11.36 -
YUV 200.29 31.34 142.77 -
System Red Green Blue C M Y K H S L
Decimal 221 223 29 0.01 0 0.87 0.13 60.62 0.77 0.49
Hex DD DF 1D 1 0 57 D 3D 4D 31
Octal 335 337 35 1 0 127 15 75 115 61
Binary 11011101 11011111 11101 1 0 1010111 1101 111101 1001101 110001

Color Harmonies of #DDDF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF1D

Black with #DDDF1D

Text Example


Text Example

White with #DDDF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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