Html Css Color HEX #DCD829 Bitter Lemon

📋 copy color: '#DCD829'

red 220 ◦ green 216 ◦ blue 41

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

Shades of Bitter Lemon #DCD829

Tints of Bitter Lemon #DCD829

RGB

 RED value IS 220 (86.33% from 255) = 46.12%

 GREEN value IS 216 (84.77% from 255) = 45.28%

 BLUE value IS 41 (16.41% from 255) = 8.6%

R = 46.12%
G = 45.28%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCD829 (or 0xDCD829) is known color: Bitter Lemon. HEX triplet: DC, D8 and 29. RGB value is (220,216,41). Sum of RGB (Red+Green+Blue) = 220+216+41=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 41 (16.41% from 255 or 8.60% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD829 is #2327D6. Grayscale: #C5C5C5. Windows color (decimal): -2303959 or 2742492. OLE color: 2742492.

HSL color Cylindrical-coordinate representation of color #DCD829: hue angle of 58.66º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCD829 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 41 -
CMYK 0 0.02 0.81 0.14
HSL 58.66º 0.72% 0.51% -
HSV(B) 58.66º 0.81% 0.86% -
XYZ 54.47 64.49 11.67 -
YUV 197.25 39.83 144.23 -
System Red Green Blue C M Y K H S L
Decimal 220 216 41 0 0.02 0.81 0.14 58.66 0.72 0.51
Hex DC D8 29 0 2 51 E 3B 48 33
Octal 334 330 51 0 2 121 16 73 110 63
Binary 11011100 11011000 101001 0 10 1010001 1110 111011 1001000 110011

Color Harmonies of #DCD829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD829

Black with #DCD829

Text Example


Text Example

White with #DCD829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD829; }

 p { color: rgb(220,216,41); }

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

background-color css

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

 a { background-color: rgb(220,216,41); }

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

border-color css

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

 span { border-color: rgb(220,216,41); }

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