Html Css Color HEX #DBD926 Bitter Lemon

📋 copy color: '#DBD926'

red 219 ◦ green 217 ◦ blue 38

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

Shades of Bitter Lemon #DBD926

Tints of Bitter Lemon #DBD926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.02%

R = 46.2%
G = 45.78%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBD926 (or 0xDBD926) is known color: Bitter Lemon. HEX triplet: DB, D9 and 26. RGB value is (219,217,38). Sum of RGB (Red+Green+Blue) = 219+217+38=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 38 (15.23% from 255 or 8.02% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD926 is #2426D9. Grayscale: #C5C5C5. Windows color (decimal): -2369242 or 2546139. OLE color: 2546139.

HSL color Cylindrical-coordinate representation of color #DBD926: hue angle of 59.34º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBD926 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 217 38 -
CMYK 0 0.01 0.83 0.14
HSL 59.34º 0.72% 0.5% -
HSV(B) 59.34º 0.83% 0.86% -
XYZ 54.38 64.83 11.48 -
YUV 197.19 38.16 143.55 -
System Red Green Blue C M Y K H S L
Decimal 219 217 38 0 0.01 0.83 0.14 59.34 0.72 0.5
Hex DB D9 26 0 1 53 E 3B 48 32
Octal 333 331 46 0 1 123 16 73 110 62
Binary 11011011 11011001 100110 0 1 1010011 1110 111011 1001000 110010

Color Harmonies of #DBD926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD926

Black with #DBD926

Text Example


Text Example

White with #DBD926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD926; }

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

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

background-color css

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

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

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

border-color css

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

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

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