Html Css Color HEX #DEDE2A Bitter Lemon

📋 copy color: '#DEDE2A'

red 222 ◦ green 222 ◦ blue 42

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

Shades of Bitter Lemon #DEDE2A

Tints of Bitter Lemon #DEDE2A

RGB

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

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

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

R = 45.68%
G = 45.68%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DEDE2A (or 0xDEDE2A) is known color: Bitter Lemon. HEX triplet: DE, DE and 2A. RGB value is (222,222,42). Sum of RGB (Red+Green+Blue) = 222+222+42=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE2A is #2121D5. Grayscale: #CACACA. Windows color (decimal): -2171350 or 2809566. OLE color: 2809566.

HSL color Cylindrical-coordinate representation of color #DEDE2A: hue angle of 60º 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 #DEDE2A is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 222 42 -
CMYK 0 0 0.81 0.13
HSL 60º 0.73% 0.52% -
HSV(B) 60º 0.81% 0.87% -
XYZ 56.66 67.94 12.32 -
YUV 201.48 38 142.64 -
System Red Green Blue C M Y K H S L
Decimal 222 222 42 0 0 0.81 0.13 60 0.73 0.52
Hex DE DE 2A 0 0 51 D 3C 49 34
Octal 336 336 52 0 0 121 15 74 111 64
Binary 11011110 11011110 101010 0 0 1010001 1101 111100 1001001 110100

Color Harmonies of #DEDE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE2A

Black with #DEDE2A

Text Example


Text Example

White with #DEDE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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