Html Css Color HEX #DDD626 Bitter Lemon

📋 copy color: '#DDD626'

red 221 ◦ green 214 ◦ blue 38

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

Shades of Bitter Lemon #DDD626

Tints of Bitter Lemon #DDD626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.03%

R = 46.72%
G = 45.24%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDD626 (or 0xDDD626) is known color: Bitter Lemon. HEX triplet: DD, D6 and 26. RGB value is (221,214,38). Sum of RGB (Red+Green+Blue) = 221+214+38=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD626 is #2229D9. Grayscale: #C4C4C4. Windows color (decimal): -2238938 or 2545373. OLE color: 2545373.

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

Color convert

RGB 221 214 38 -
CMYK 0 0.03 0.83 0.13
HSL 57.7º 0.73% 0.51% -
HSV(B) 57.7º 0.83% 0.87% -
XYZ 54.22 63.61 11.25 -
YUV 196.03 38.82 145.81 -
System Red Green Blue C M Y K H S L
Decimal 221 214 38 0 0.03 0.83 0.13 57.7 0.73 0.51
Hex DD D6 26 0 3 53 D 3A 49 33
Octal 335 326 46 0 3 123 15 72 111 63
Binary 11011101 11010110 100110 0 11 1010011 1101 111010 1001001 110011

Color Harmonies of #DDD626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD626

Black with #DDD626

Text Example


Text Example

White with #DDD626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD626; }

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

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

background-color css

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

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

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

border-color css

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

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

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