Html Css Color HEX #DBD42B Bitter Lemon

📋 copy color: '#DBD42B'

red 219 ◦ green 212 ◦ blue 43

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

Shades of Bitter Lemon #DBD42B

Tints of Bitter Lemon #DBD42B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.73%

 BLUE value IS 43 (17.19% from 255) = 9.07%

R = 46.2%
G = 44.73%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBD42B (or 0xDBD42B) is known color: Bitter Lemon. HEX triplet: DB, D4 and 2B. RGB value is (219,212,43). Sum of RGB (Red+Green+Blue) = 219+212+43=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 43 (17.19% from 255 or 9.07% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD42B is #242BD4. Grayscale: #C3C3C3. Windows color (decimal): -2370517 or 2872539. OLE color: 2872539.

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

Color convert

RGB 219 212 43 -
CMYK 0 0.03 0.80 0.14
HSL 57.61º 0.71% 0.51% -
HSV(B) 57.61º 0.8% 0.86% -
XYZ 53.19 62.32 11.51 -
YUV 194.83 42.32 145.24 -
System Red Green Blue C M Y K H S L
Decimal 219 212 43 0 0.03 0.80 0.14 57.61 0.71 0.51
Hex DB D4 2B 0 3 50 E 3A 47 33
Octal 333 324 53 0 3 120 16 72 107 63
Binary 11011011 11010100 101011 0 11 1010000 1110 111010 1000111 110011

Color Harmonies of #DBD42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD42B

Black with #DBD42B

Text Example


Text Example

White with #DBD42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD42B; }

 p { color: rgb(219,212,43); }

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

background-color css

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

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

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

border-color css

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

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

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