Html Css Color HEX #DCD928 Bitter Lemon

📋 copy color: '#DCD928'

red 220 ◦ green 217 ◦ blue 40

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

Shades of Bitter Lemon #DCD928

Tints of Bitter Lemon #DCD928

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.49%

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

R = 46.12%
G = 45.49%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCD928 (or 0xDCD928) is known color: Bitter Lemon. HEX triplet: DC, D9 and 28. RGB value is (220,217,40). Sum of RGB (Red+Green+Blue) = 220+217+40=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 40 (16.02% from 255 or 8.39% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD928 is #2326D7. Grayscale: #C6C6C6. Windows color (decimal): -2303704 or 2677212. OLE color: 2677212.

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

Color convert

RGB 220 217 40 -
CMYK 0 0.01 0.82 0.14
HSL 59º 0.72% 0.51% -
HSV(B) 59º 0.82% 0.86% -
XYZ 54.71 64.99 11.67 -
YUV 197.72 38.99 143.89 -
System Red Green Blue C M Y K H S L
Decimal 220 217 40 0 0.01 0.82 0.14 59 0.72 0.51
Hex DC D9 28 0 1 52 E 3B 48 33
Octal 334 331 50 0 1 122 16 73 110 63
Binary 11011100 11011001 101000 0 1 1010010 1110 111011 1001000 110011

Color Harmonies of #DCD928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD928

Black with #DCD928

Text Example


Text Example

White with #DCD928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD928; }

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

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

background-color css

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

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

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

border-color css

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

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

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