Html Css Color HEX #DCD328 Bitter Lemon

📋 copy color: '#DCD328'

red 220 ◦ green 211 ◦ blue 40

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

Shades of Bitter Lemon #DCD328

Tints of Bitter Lemon #DCD328

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.8%

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

R = 46.71%
G = 44.8%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCD328 (or 0xDCD328) is known color: Bitter Lemon. HEX triplet: DC, D3 and 28. RGB value is (220,211,40). Sum of RGB (Red+Green+Blue) = 220+211+40=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD328 is #232CD7. Grayscale: #C2C2C2. Windows color (decimal): -2305240 or 2675676. OLE color: 2675676.

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

Color convert

RGB 220 211 40 -
CMYK 0 0.04 0.82 0.14
HSL 57º 0.72% 0.51% -
HSV(B) 57º 0.82% 0.86% -
XYZ 53.19 61.96 11.16 -
YUV 194.2 40.98 146.4 -
System Red Green Blue C M Y K H S L
Decimal 220 211 40 0 0.04 0.82 0.14 57 0.72 0.51
Hex DC D3 28 0 4 52 E 39 48 33
Octal 334 323 50 0 4 122 16 71 110 63
Binary 11011100 11010011 101000 0 100 1010010 1110 111001 1001000 110011

Color Harmonies of #DCD328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD328

Black with #DCD328

Text Example


Text Example

White with #DCD328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD328; }

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

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

background-color css

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

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

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

border-color css

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

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

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