Html Css Color HEX #DBDB1D Bitter Lemon

📋 copy color: '#DBDB1D'

red 219 ◦ green 219 ◦ blue 29

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

Shades of Bitter Lemon #DBDB1D

Tints of Bitter Lemon #DBDB1D

RGB

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

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

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

R = 46.9%
G = 46.9%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBDB1D (or 0xDBDB1D) is known color: Bitter Lemon. HEX triplet: DB, DB and 1D. RGB value is (219,219,29). Sum of RGB (Red+Green+Blue) = 219+219+29=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 29 (11.72% from 255 or 6.21% from 467); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB1D is #2424E2. Grayscale: #C6C6C6. Windows color (decimal): -2368739 or 1956827. OLE color: 1956827.

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

Color convert

RGB 219 219 29 -
CMYK 0 0 0.87 0.14
HSL 60º 0.77% 0.49% -
HSV(B) 60º 0.87% 0.86% -
XYZ 54.77 65.81 10.98 -
YUV 197.34 33 143.45 -
System Red Green Blue C M Y K H S L
Decimal 219 219 29 0 0 0.87 0.14 60 0.77 0.49
Hex DB DB 1D 0 0 57 E 3C 4D 31
Octal 333 333 35 0 0 127 16 74 115 61
Binary 11011011 11011011 11101 0 0 1010111 1110 111100 1001101 110001

Color Harmonies of #DBDB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB1D

Black with #DBDB1D

Text Example


Text Example

White with #DBDB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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