Html Css Color HEX #DDDF27 Bitter Lemon

📋 copy color: '#DDDF27'

red 221 ◦ green 223 ◦ blue 39

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

Shades of Bitter Lemon #DDDF27

Tints of Bitter Lemon #DDDF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.07%

R = 45.76%
G = 46.17%
B = 8.07%

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

#DDDF27 (or 0xDDDF27) is known color: Bitter Lemon. HEX triplet: DD, DF and 27. RGB value is (221,223,39). Sum of RGB (Red+Green+Blue) = 221+223+39=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 39 (15.62% from 255 or 8.07% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF27 is #2220D8. Grayscale: #CACACA. Windows color (decimal): -2236633 or 2613213. OLE color: 2613213.

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

Color convert

RGB 221 223 39 -
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.57 68.29 12.12 -
YUV 201.43 36.34 141.96 -
System Red Green Blue C M Y K H S L
Decimal 221 223 39 0.01 0 0.83 0.13 60.65 0.74 0.51
Hex DD DF 27 1 0 53 D 3D 4A 33
Octal 335 337 47 1 0 123 15 75 112 63
Binary 11011101 11011111 100111 1 0 1010011 1101 111101 1001010 110011

Color Harmonies of #DDDF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF27

Black with #DDDF27

Text Example


Text Example

White with #DDDF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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