Html Css Color HEX #DEDB2A Bitter Lemon

📋 copy color: '#DEDB2A'

red 222 ◦ green 219 ◦ blue 42

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

Shades of Bitter Lemon #DEDB2A

Tints of Bitter Lemon #DEDB2A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.34%

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

R = 45.96%
G = 45.34%
B = 8.7%

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

#DEDB2A (or 0xDEDB2A) is known color: Bitter Lemon. HEX triplet: DE, DB and 2A. RGB value is (222,219,42). Sum of RGB (Red+Green+Blue) = 222+219+42=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB2A is #2124D5. Grayscale: #C8C8C8. Windows color (decimal): -2172118 or 2808798. OLE color: 2808798.

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

Color convert

RGB 222 219 42 -
CMYK 0 0.01 0.81 0.13
HSL 59º 0.73% 0.52% -
HSV(B) 59º 0.81% 0.87% -
XYZ 55.87 66.36 12.05 -
YUV 199.72 38.99 143.89 -
System Red Green Blue C M Y K H S L
Decimal 222 219 42 0 0.01 0.81 0.13 59 0.73 0.52
Hex DE DB 2A 0 1 51 D 3B 49 34
Octal 336 333 52 0 1 121 15 73 111 64
Binary 11011110 11011011 101010 0 1 1010001 1101 111011 1001001 110100

Color Harmonies of #DEDB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB2A

Black with #DEDB2A

Text Example


Text Example

White with #DEDB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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