Html Css Color HEX #DCD823 Bitter Lemon

📋 copy color: '#DCD823'

red 220 ◦ green 216 ◦ blue 35

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

Shades of Bitter Lemon #DCD823

Tints of Bitter Lemon #DCD823

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.86%

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

R = 46.71%
G = 45.86%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCD823 (or 0xDCD823) is known color: Bitter Lemon. HEX triplet: DC, D8 and 23. RGB value is (220,216,35). Sum of RGB (Red+Green+Blue) = 220+216+35=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 35 (14.06% from 255 or 7.43% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD823 is #2327DC. Grayscale: #C5C5C5. Windows color (decimal): -2303965 or 2349276. OLE color: 2349276.

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

Color convert

RGB 220 216 35 -
CMYK 0 0.02 0.84 0.14
HSL 58.7º 0.73% 0.5% -
HSV(B) 58.7º 0.84% 0.86% -
XYZ 54.37 64.45 11.16 -
YUV 196.56 36.83 144.72 -
System Red Green Blue C M Y K H S L
Decimal 220 216 35 0 0.02 0.84 0.14 58.7 0.73 0.5
Hex DC D8 23 0 2 54 E 3B 49 32
Octal 334 330 43 0 2 124 16 73 111 62
Binary 11011100 11011000 100011 0 10 1010100 1110 111011 1001001 110010

Color Harmonies of #DCD823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD823

Black with #DCD823

Text Example


Text Example

White with #DCD823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD823; }

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

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

background-color css

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

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

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

border-color css

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

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

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