Html Css Color HEX #DEDC2A Bitter Lemon

📋 copy color: '#DEDC2A'

red 222 ◦ green 220 ◦ blue 42

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

Shades of Bitter Lemon #DEDC2A

Tints of Bitter Lemon #DEDC2A

RGB

 RED value IS 222 (87.11% from 255) = 45.87%

 GREEN value IS 220 (86.33% from 255) = 45.45%

 BLUE value IS 42 (16.8% from 255) = 8.68%

R = 45.87%
G = 45.45%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DEDC2A (or 0xDEDC2A) is known color: Bitter Lemon. HEX triplet: DE, DC and 2A. RGB value is (222,220,42). Sum of RGB (Red+Green+Blue) = 222+220+42=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 42 (16.80% from 255 or 8.68% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC2A is #2123D5. Grayscale: #C9C9C9. Windows color (decimal): -2171862 or 2809054. OLE color: 2809054.

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

Color convert

RGB 222 220 42 -
CMYK 0 0.01 0.81 0.13
HSL 59.33º 0.73% 0.52% -
HSV(B) 59.33º 0.81% 0.87% -
XYZ 56.14 66.88 12.14 -
YUV 200.31 38.66 143.47 -
System Red Green Blue C M Y K H S L
Decimal 222 220 42 0 0.01 0.81 0.13 59.33 0.73 0.52
Hex DE DC 2A 0 1 51 D 3B 49 34
Octal 336 334 52 0 1 121 15 73 111 64
Binary 11011110 11011100 101010 0 1 1010001 1101 111011 1001001 110100

Color Harmonies of #DEDC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC2A

Black with #DEDC2A

Text Example


Text Example

White with #DEDC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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