Html Css Color HEX #DCD529 Bitter Lemon

📋 copy color: '#DCD529'

red 220 ◦ green 213 ◦ blue 41

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

Shades of Bitter Lemon #DCD529

Tints of Bitter Lemon #DCD529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.94%

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

R = 46.41%
G = 44.94%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCD529 (or 0xDCD529) is known color: Bitter Lemon. HEX triplet: DC, D5 and 29. RGB value is (220,213,41). Sum of RGB (Red+Green+Blue) = 220+213+41=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 41 (16.41% from 255 or 8.65% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD529 is #232AD6. Grayscale: #C4C4C4. Windows color (decimal): -2304727 or 2741724. OLE color: 2741724.

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

Color convert

RGB 220 213 41 -
CMYK 0 0.03 0.81 0.14
HSL 57.65º 0.72% 0.51% -
HSV(B) 57.65º 0.81% 0.86% -
XYZ 53.71 62.96 11.42 -
YUV 195.49 40.82 145.49 -
System Red Green Blue C M Y K H S L
Decimal 220 213 41 0 0.03 0.81 0.14 57.65 0.72 0.51
Hex DC D5 29 0 3 51 E 3A 48 33
Octal 334 325 51 0 3 121 16 72 110 63
Binary 11011100 11010101 101001 0 11 1010001 1110 111010 1001000 110011

Color Harmonies of #DCD529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD529

Black with #DCD529

Text Example


Text Example

White with #DCD529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD529; }

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

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

background-color css

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

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

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

border-color css

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

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

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