Html Css Color HEX #DCDE2D Bitter Lemon

📋 copy color: '#DCDE2D'

red 220 ◦ green 222 ◦ blue 45

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

Shades of Bitter Lemon #DCDE2D

Tints of Bitter Lemon #DCDE2D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.59%

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

R = 45.17%
G = 45.59%
B = 9.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DCDE2D (or 0xDCDE2D) is known color: Bitter Lemon. HEX triplet: DC, DE and 2D. RGB value is (220,222,45). Sum of RGB (Red+Green+Blue) = 220+222+45=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE2D is #2321D2. Grayscale: #C9C9C9. Windows color (decimal): -2302419 or 3006172. OLE color: 3006172.

HSL color Cylindrical-coordinate representation of color #DCDE2D: hue angle of 60.68º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCDE2D is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 222 45 -
CMYK 0.01 0 0.80 0.13
HSL 60.68º 0.73% 0.52% -
HSV(B) 60.68º 0.8% 0.87% -
XYZ 56.11 67.65 12.58 -
YUV 201.22 39.84 141.39 -
System Red Green Blue C M Y K H S L
Decimal 220 222 45 0.01 0 0.80 0.13 60.68 0.73 0.52
Hex DC DE 2D 1 0 50 D 3D 49 34
Octal 334 336 55 1 0 120 15 75 111 64
Binary 11011100 11011110 101101 1 0 1010000 1101 111101 1001001 110100

Color Harmonies of #DCDE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE2D

Black with #DCDE2D

Text Example


Text Example

White with #DCDE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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