Html Css Color HEX #DCD82E Bitter Lemon

📋 copy color: '#DCD82E'

red 220 ◦ green 216 ◦ blue 46

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

Shades of Bitter Lemon #DCD82E

Tints of Bitter Lemon #DCD82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.54%

R = 45.64%
G = 44.81%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCD82E (or 0xDCD82E) is known color: Bitter Lemon. HEX triplet: DC, D8 and 2E. RGB value is (220,216,46). Sum of RGB (Red+Green+Blue) = 220+216+46=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD82E is #2327D1. Grayscale: #C6C6C6. Windows color (decimal): -2303954 or 3070172. OLE color: 3070172.

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

Color convert

RGB 220 216 46 -
CMYK 0 0.02 0.79 0.14
HSL 58.62º 0.71% 0.52% -
HSV(B) 58.62º 0.79% 0.86% -
XYZ 54.56 64.52 12.16 -
YUV 197.82 42.33 143.82 -
System Red Green Blue C M Y K H S L
Decimal 220 216 46 0 0.02 0.79 0.14 58.62 0.71 0.52
Hex DC D8 2E 0 2 4F E 3B 47 34
Octal 334 330 56 0 2 117 16 73 107 64
Binary 11011100 11011000 101110 0 10 1001111 1110 111011 1000111 110100

Color Harmonies of #DCD82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD82E

Black with #DCD82E

Text Example


Text Example

White with #DCD82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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