Html Css Color HEX #DBD827 Bitter Lemon

📋 copy color: '#DBD827'

red 219 ◦ green 216 ◦ blue 39

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

Shades of Bitter Lemon #DBD827

Tints of Bitter Lemon #DBD827

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.57%

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

R = 46.2%
G = 45.57%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBD827 (or 0xDBD827) is known color: Bitter Lemon. HEX triplet: DB, D8 and 27. RGB value is (219,216,39). Sum of RGB (Red+Green+Blue) = 219+216+39=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 39 (15.62% from 255 or 8.23% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD827 is #2427D8. Grayscale: #C5C5C5. Windows color (decimal): -2369497 or 2611419. OLE color: 2611419.

HSL color Cylindrical-coordinate representation of color #DBD827: hue angle of 59º degrees, saturation: 0.71, 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 #DBD827 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 216 39 -
CMYK 0 0.01 0.82 0.14
HSL 59º 0.71% 0.51% -
HSV(B) 59º 0.82% 0.86% -
XYZ 54.14 64.32 11.48 -
YUV 196.72 38.99 143.89 -
System Red Green Blue C M Y K H S L
Decimal 219 216 39 0 0.01 0.82 0.14 59 0.71 0.51
Hex DB D8 27 0 1 52 E 3B 47 33
Octal 333 330 47 0 1 122 16 73 107 63
Binary 11011011 11011000 100111 0 1 1010010 1110 111011 1000111 110011

Color Harmonies of #DBD827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD827

Black with #DBD827

Text Example


Text Example

White with #DBD827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD827; }

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

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

background-color css

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

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

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

border-color css

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

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

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