Html Css Color HEX #DDDA27 Bitter Lemon

📋 copy color: '#DDDA27'

red 221 ◦ green 218 ◦ blue 39

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

Shades of Bitter Lemon #DDDA27

Tints of Bitter Lemon #DDDA27

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.61%

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

R = 46.23%
G = 45.61%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDDA27 (or 0xDDDA27) is known color: Bitter Lemon. HEX triplet: DD, DA and 27. RGB value is (221,218,39). Sum of RGB (Red+Green+Blue) = 221+218+39=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 39 (15.62% from 255 or 8.16% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA27 is #2225D8. Grayscale: #C7C7C7. Windows color (decimal): -2237913 or 2611933. OLE color: 2611933.

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

Color convert

RGB 221 218 39 -
CMYK 0 0.01 0.82 0.13
HSL 59.01º 0.73% 0.51% -
HSV(B) 59.01º 0.82% 0.87% -
XYZ 55.26 65.66 11.68 -
YUV 198.49 37.99 144.05 -
System Red Green Blue C M Y K H S L
Decimal 221 218 39 0 0.01 0.82 0.13 59.01 0.73 0.51
Hex DD DA 27 0 1 52 D 3B 49 33
Octal 335 332 47 0 1 122 15 73 111 63
Binary 11011101 11011010 100111 0 1 1010010 1101 111011 1001001 110011

Color Harmonies of #DDDA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA27

Black with #DDDA27

Text Example


Text Example

White with #DDDA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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