Html Css Color HEX #DCD923 Bitter Lemon

📋 copy color: '#DCD923'

red 220 ◦ green 217 ◦ blue 35

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

Shades of Bitter Lemon #DCD923

Tints of Bitter Lemon #DCD923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.42%

R = 46.61%
G = 45.97%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCD923 (or 0xDCD923) is known color: Bitter Lemon. HEX triplet: DC, D9 and 23. RGB value is (220,217,35). Sum of RGB (Red+Green+Blue) = 220+217+35=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 35 (14.06% from 255 or 7.42% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD923 is #2326DC. Grayscale: #C5C5C5. Windows color (decimal): -2303709 or 2349532. OLE color: 2349532.

HSL color Cylindrical-coordinate representation of color #DCD923: hue angle of 59.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCD923 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 35 -
CMYK 0 0.01 0.84 0.14
HSL 59.03º 0.73% 0.5% -
HSV(B) 59.03º 0.84% 0.86% -
XYZ 54.63 64.96 11.25 -
YUV 197.15 36.49 144.3 -
System Red Green Blue C M Y K H S L
Decimal 220 217 35 0 0.01 0.84 0.14 59.03 0.73 0.5
Hex DC D9 23 0 1 54 E 3B 49 32
Octal 334 331 43 0 1 124 16 73 111 62
Binary 11011100 11011001 100011 0 1 1010100 1110 111011 1001001 110010

Color Harmonies of #DCD923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD923

Black with #DCD923

Text Example


Text Example

White with #DCD923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD923; }

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

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

background-color css

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

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

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

border-color css

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

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

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