Html Css Color HEX #DDD627 Bitter Lemon

📋 copy color: '#DDD627'

red 221 ◦ green 214 ◦ blue 39

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

Shades of Bitter Lemon #DDD627

Tints of Bitter Lemon #DDD627

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.15%

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

R = 46.62%
G = 45.15%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDD627 (or 0xDDD627) is known color: Bitter Lemon. HEX triplet: DD, D6 and 27. RGB value is (221,214,39). Sum of RGB (Red+Green+Blue) = 221+214+39=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 39 (15.62% from 255 or 8.23% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD627 is #2229D8. Grayscale: #C4C4C4. Windows color (decimal): -2238937 or 2610909. OLE color: 2610909.

HSL color Cylindrical-coordinate representation of color #DDD627: hue angle of 57.69º 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 #DDD627 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 39 -
CMYK 0 0.03 0.82 0.13
HSL 57.69º 0.73% 0.51% -
HSV(B) 57.69º 0.82% 0.87% -
XYZ 54.23 63.61 11.34 -
YUV 196.14 39.32 145.73 -
System Red Green Blue C M Y K H S L
Decimal 221 214 39 0 0.03 0.82 0.13 57.69 0.73 0.51
Hex DD D6 27 0 3 52 D 3A 49 33
Octal 335 326 47 0 3 122 15 72 111 63
Binary 11011101 11010110 100111 0 11 1010010 1101 111010 1001001 110011

Color Harmonies of #DDD627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD627

Black with #DDD627

Text Example


Text Example

White with #DDD627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD627; }

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

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

background-color css

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

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

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

border-color css

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

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

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