Html Css Color HEX #DCD528 Bitter Lemon

📋 copy color: '#DCD528'

red 220 ◦ green 213 ◦ blue 40

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

Shades of Bitter Lemon #DCD528

Tints of Bitter Lemon #DCD528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.46%

R = 46.51%
G = 45.03%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCD528 (or 0xDCD528) is known color: Bitter Lemon. HEX triplet: DC, D5 and 28. RGB value is (220,213,40). Sum of RGB (Red+Green+Blue) = 220+213+40=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD528 is #232AD7. Grayscale: #C4C4C4. Windows color (decimal): -2304728 or 2676188. OLE color: 2676188.

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

Color convert

RGB 220 213 40 -
CMYK 0 0.03 0.82 0.14
HSL 57.67º 0.72% 0.51% -
HSV(B) 57.67º 0.82% 0.86% -
XYZ 53.69 62.96 11.33 -
YUV 195.37 40.32 145.57 -
System Red Green Blue C M Y K H S L
Decimal 220 213 40 0 0.03 0.82 0.14 57.67 0.72 0.51
Hex DC D5 28 0 3 52 E 3A 48 33
Octal 334 325 50 0 3 122 16 72 110 63
Binary 11011100 11010101 101000 0 11 1010010 1110 111010 1001000 110011

Color Harmonies of #DCD528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD528

Black with #DCD528

Text Example


Text Example

White with #DCD528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD528; }

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

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

background-color css

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

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

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

border-color css

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

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

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