Html Css Color HEX #DBDE1D Bitter Lemon

📋 copy color: '#DBDE1D'

red 219 ◦ green 222 ◦ blue 29

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

Shades of Bitter Lemon #DBDE1D

Tints of Bitter Lemon #DBDE1D

RGB

 RED value IS 219 (85.94% from 255) = 46.6%

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

 BLUE value IS 29 (11.72% from 255) = 6.17%

R = 46.6%
G = 47.23%
B = 6.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DBDE1D (or 0xDBDE1D) is known color: Bitter Lemon. HEX triplet: DB, DE and 1D. RGB value is (219,222,29). Sum of RGB (Red+Green+Blue) = 219+222+29=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE1D is #2421E2. Grayscale: #C7C7C7. Windows color (decimal): -2367971 or 1957595. OLE color: 1957595.

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

Color convert

RGB 219 222 29 -
CMYK 0.01 0 0.87 0.13
HSL 60.93º 0.77% 0.49% -
HSV(B) 60.93º 0.87% 0.87% -
XYZ 55.56 67.39 11.24 -
YUV 199.1 32.01 142.19 -
System Red Green Blue C M Y K H S L
Decimal 219 222 29 0.01 0 0.87 0.13 60.93 0.77 0.49
Hex DB DE 1D 1 0 57 D 3D 4D 31
Octal 333 336 35 1 0 127 15 75 115 61
Binary 11011011 11011110 11101 1 0 1010111 1101 111101 1001101 110001

Color Harmonies of #DBDE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE1D

Black with #DBDE1D

Text Example


Text Example

White with #DBDE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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