Html Css Color HEX #DBDC27 Bitter Lemon

📋 copy color: '#DBDC27'

red 219 ◦ green 220 ◦ blue 39

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

Shades of Bitter Lemon #DBDC27

Tints of Bitter Lemon #DBDC27

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.03%

 BLUE value IS 39 (15.63% from 255) = 8.16%

R = 45.82%
G = 46.03%
B = 8.16%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBDC27 (or 0xDBDC27) is known color: Bitter Lemon. HEX triplet: DB, DC and 27. RGB value is (219,220,39). Sum of RGB (Red+Green+Blue) = 219+220+39=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 39 (15.62% from 255 or 8.16% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC27 is #2423D8. Grayscale: #C7C7C7. Windows color (decimal): -2368473 or 2612443. OLE color: 2612443.

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

Color convert

RGB 219 220 39 -
CMYK 0.00 0 0.82 0.14
HSL 60.33º 0.72% 0.51% -
HSV(B) 60.33º 0.82% 0.86% -
XYZ 55.17 66.39 11.83 -
YUV 199.07 37.67 142.22 -
System Red Green Blue C M Y K H S L
Decimal 219 220 39 0.00 0 0.82 0.14 60.33 0.72 0.51
Hex DB DC 27 0 0 52 E 3C 48 33
Octal 333 334 47 0 0 122 16 74 110 63
Binary 11011011 11011100 100111 0 0 1010010 1110 111100 1001000 110011

Color Harmonies of #DBDC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC27

Black with #DBDC27

Text Example


Text Example

White with #DBDC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC27; }

 p { color: rgb(219,220,39); }

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

background-color css

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

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

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

border-color css

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

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

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