Html Css Color HEX #DCD728 Bitter Lemon

📋 copy color: '#DCD728'

red 220 ◦ green 215 ◦ blue 40

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

Shades of Bitter Lemon #DCD728

Tints of Bitter Lemon #DCD728

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.26%

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

R = 46.32%
G = 45.26%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCD728 (or 0xDCD728) is known color: Bitter Lemon. HEX triplet: DC, D7 and 28. RGB value is (220,215,40). Sum of RGB (Red+Green+Blue) = 220+215+40=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD728 is #2328D7. Grayscale: #C5C5C5. Windows color (decimal): -2304216 or 2676700. OLE color: 2676700.

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

Color convert

RGB 220 215 40 -
CMYK 0 0.02 0.82 0.14
HSL 58.33º 0.72% 0.51% -
HSV(B) 58.33º 0.82% 0.86% -
XYZ 54.2 63.97 11.5 -
YUV 196.55 39.66 144.73 -
System Red Green Blue C M Y K H S L
Decimal 220 215 40 0 0.02 0.82 0.14 58.33 0.72 0.51
Hex DC D7 28 0 2 52 E 3A 48 33
Octal 334 327 50 0 2 122 16 72 110 63
Binary 11011100 11010111 101000 0 10 1010010 1110 111010 1001000 110011

Color Harmonies of #DCD728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD728

Black with #DCD728

Text Example


Text Example

White with #DCD728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD728; }

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

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

background-color css

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

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

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

border-color css

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

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

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