Html Css Color HEX #DCD429 Bitter Lemon

📋 copy color: '#DCD429'

red 220 ◦ green 212 ◦ blue 41

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

Shades of Bitter Lemon #DCD429

Tints of Bitter Lemon #DCD429

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.82%

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

R = 46.51%
G = 44.82%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCD429 (or 0xDCD429) is known color: Bitter Lemon. HEX triplet: DC, D4 and 29. RGB value is (220,212,41). Sum of RGB (Red+Green+Blue) = 220+212+41=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 41 (16.41% from 255 or 8.67% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD429 is #232BD6. Grayscale: #C3C3C3. Windows color (decimal): -2304983 or 2741468. OLE color: 2741468.

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

Color convert

RGB 220 212 41 -
CMYK 0 0.04 0.81 0.14
HSL 57.32º 0.72% 0.51% -
HSV(B) 57.32º 0.81% 0.86% -
XYZ 53.46 62.46 11.34 -
YUV 194.9 41.15 145.9 -
System Red Green Blue C M Y K H S L
Decimal 220 212 41 0 0.04 0.81 0.14 57.32 0.72 0.51
Hex DC D4 29 0 4 51 E 39 48 33
Octal 334 324 51 0 4 121 16 71 110 63
Binary 11011100 11010100 101001 0 100 1010001 1110 111001 1001000 110011

Color Harmonies of #DCD429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD429

Black with #DCD429

Text Example


Text Example

White with #DCD429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD429; }

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

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

background-color css

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

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

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

border-color css

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

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

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