Html Css Color HEX #DCD82D Bitter Lemon

📋 copy color: '#DCD82D'

red 220 ◦ green 216 ◦ blue 45

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

Shades of Bitter Lemon #DCD82D

Tints of Bitter Lemon #DCD82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.36%

R = 45.74%
G = 44.91%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCD82D (or 0xDCD82D) is known color: Bitter Lemon. HEX triplet: DC, D8 and 2D. RGB value is (220,216,45). Sum of RGB (Red+Green+Blue) = 220+216+45=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD82D is #2327D2. Grayscale: #C6C6C6. Windows color (decimal): -2303955 or 3004636. OLE color: 3004636.

HSL color Cylindrical-coordinate representation of color #DCD82D: hue angle of 58.63º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCD82D is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 45 -
CMYK 0 0.02 0.80 0.14
HSL 58.63º 0.71% 0.52% -
HSV(B) 58.63º 0.8% 0.86% -
XYZ 54.54 64.52 12.06 -
YUV 197.7 41.83 143.9 -
System Red Green Blue C M Y K H S L
Decimal 220 216 45 0 0.02 0.80 0.14 58.63 0.71 0.52
Hex DC D8 2D 0 2 50 E 3B 47 34
Octal 334 330 55 0 2 120 16 73 107 64
Binary 11011100 11011000 101101 0 10 1010000 1110 111011 1000111 110100

Color Harmonies of #DCD82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD82D

Black with #DCD82D

Text Example


Text Example

White with #DCD82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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