Html Css Color HEX #DCDF29 Bitter Lemon

📋 copy color: '#DCDF29'

red 220 ◦ green 223 ◦ blue 41

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

Shades of Bitter Lemon #DCDF29

Tints of Bitter Lemon #DCDF29

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.07%

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

R = 45.45%
G = 46.07%
B = 8.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DCDF29 (or 0xDCDF29) is known color: Bitter Lemon. HEX triplet: DC, DF and 29. RGB value is (220,223,41). Sum of RGB (Red+Green+Blue) = 220+223+41=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 41 (16.41% from 255 or 8.47% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF29 is #2320D6. Grayscale: #CACACA. Windows color (decimal): -2302167 or 2744284. OLE color: 2744284.

HSL color Cylindrical-coordinate representation of color #DCDF29: hue angle of 60.99º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCDF29 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 223 41 -
CMYK 0.01 0 0.82 0.13
HSL 60.99º 0.74% 0.52% -
HSV(B) 60.99º 0.82% 0.87% -
XYZ 56.3 68.15 12.28 -
YUV 201.36 37.51 141.3 -
System Red Green Blue C M Y K H S L
Decimal 220 223 41 0.01 0 0.82 0.13 60.99 0.74 0.52
Hex DC DF 29 1 0 52 D 3D 4A 34
Octal 334 337 51 1 0 122 15 75 112 64
Binary 11011100 11011111 101001 1 0 1010010 1101 111101 1001010 110100

Color Harmonies of #DCDF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF29

Black with #DCDF29

Text Example


Text Example

White with #DCDF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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