Html Css Color HEX #DBD92C Bitter Lemon

📋 copy color: '#DBD92C'

red 219 ◦ green 217 ◦ blue 44

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

Shades of Bitter Lemon #DBD92C

Tints of Bitter Lemon #DBD92C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.21%

 BLUE value IS 44 (17.58% from 255) = 9.17%

R = 45.63%
G = 45.21%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBD92C (or 0xDBD92C) is known color: Bitter Lemon. HEX triplet: DB, D9 and 2C. RGB value is (219,217,44). Sum of RGB (Red+Green+Blue) = 219+217+44=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD92C is #2426D3. Grayscale: #C6C6C6. Windows color (decimal): -2369236 or 2939355. OLE color: 2939355.

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

Color convert

RGB 219 217 44 -
CMYK 0 0.01 0.80 0.14
HSL 59.31º 0.71% 0.52% -
HSV(B) 59.31º 0.8% 0.86% -
XYZ 54.48 64.87 12.03 -
YUV 197.88 41.16 143.07 -
System Red Green Blue C M Y K H S L
Decimal 219 217 44 0 0.01 0.80 0.14 59.31 0.71 0.52
Hex DB D9 2C 0 1 50 E 3B 47 34
Octal 333 331 54 0 1 120 16 73 107 64
Binary 11011011 11011001 101100 0 1 1010000 1110 111011 1000111 110100

Color Harmonies of #DBD92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD92C

Black with #DBD92C

Text Example


Text Example

White with #DBD92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD92C; }

 p { color: rgb(219,217,44); }

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

background-color css

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

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

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

border-color css

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

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

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