Html Css Color HEX #DCDB29 Bitter Lemon

📋 copy color: '#DCDB29'

red 220 ◦ green 219 ◦ blue 41

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

Shades of Bitter Lemon #DCDB29

Tints of Bitter Lemon #DCDB29

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.63%

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

R = 45.83%
G = 45.63%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCDB29 (or 0xDCDB29) is known color: Bitter Lemon. HEX triplet: DC, DB and 29. RGB value is (220,219,41). Sum of RGB (Red+Green+Blue) = 220+219+41=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 41 (16.41% from 255 or 8.54% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB29 is #2324D6. Grayscale: #C7C7C7. Windows color (decimal): -2303191 or 2743260. OLE color: 2743260.

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

Color convert

RGB 220 219 41 -
CMYK 0 0.00 0.81 0.14
HSL 59.66º 0.72% 0.51% -
HSV(B) 59.66º 0.81% 0.86% -
XYZ 55.25 66.04 11.93 -
YUV 199.01 38.83 142.97 -
System Red Green Blue C M Y K H S L
Decimal 220 219 41 0 0.00 0.81 0.14 59.66 0.72 0.51
Hex DC DB 29 0 0 51 E 3C 48 33
Octal 334 333 51 0 0 121 16 74 110 63
Binary 11011100 11011011 101001 0 0 1010001 1110 111100 1001000 110011

Color Harmonies of #DCDB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB29

Black with #DCDB29

Text Example


Text Example

White with #DCDB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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