Html Css Color HEX #DBDA2D Bitter Lemon

📋 copy color: '#DBDA2D'

red 219 ◦ green 218 ◦ blue 45

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

Shades of Bitter Lemon #DBDA2D

Tints of Bitter Lemon #DBDA2D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.23%

 BLUE value IS 45 (17.97% from 255) = 9.34%

R = 45.44%
G = 45.23%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBDA2D (or 0xDBDA2D) is known color: Bitter Lemon. HEX triplet: DB, DA and 2D. RGB value is (219,218,45). Sum of RGB (Red+Green+Blue) = 219+218+45=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA2D is #2425D2. Grayscale: #C7C7C7. Windows color (decimal): -2368979 or 3005147. OLE color: 3005147.

HSL color Cylindrical-coordinate representation of color #DBDA2D: hue angle of 59.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBDA2D is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 218 45 -
CMYK 0 0.00 0.79 0.14
HSL 59.66º 0.71% 0.52% -
HSV(B) 59.66º 0.79% 0.86% -
XYZ 54.76 65.39 12.22 -
YUV 198.58 41.33 142.57 -
System Red Green Blue C M Y K H S L
Decimal 219 218 45 0 0.00 0.79 0.14 59.66 0.71 0.52
Hex DB DA 2D 0 0 4F E 3C 47 34
Octal 333 332 55 0 0 117 16 74 107 64
Binary 11011011 11011010 101101 0 0 1001111 1110 111100 1000111 110100

Color Harmonies of #DBDA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA2D

Black with #DBDA2D

Text Example


Text Example

White with #DBDA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA2D; }

 p { color: rgb(219,218,45); }

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

background-color css

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

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

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

border-color css

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

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

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