Html Css Color HEX #DBD528 Bitter Lemon

📋 copy color: '#DBD528'

red 219 ◦ green 213 ◦ blue 40

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

Shades of Bitter Lemon #DBD528

Tints of Bitter Lemon #DBD528

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.13%

 BLUE value IS 40 (16.02% from 255) = 8.47%

R = 46.4%
G = 45.13%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBD528 (or 0xDBD528) is known color: Bitter Lemon. HEX triplet: DB, D5 and 28. RGB value is (219,213,40). Sum of RGB (Red+Green+Blue) = 219+213+40=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD528 is #242AD7. Grayscale: #C3C3C3. Windows color (decimal): -2370264 or 2676187. OLE color: 2676187.

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

Color convert

RGB 219 213 40 -
CMYK 0 0.03 0.82 0.14
HSL 57.99º 0.71% 0.51% -
HSV(B) 57.99º 0.82% 0.86% -
XYZ 53.39 62.8 11.32 -
YUV 195.07 40.49 145.07 -
System Red Green Blue C M Y K H S L
Decimal 219 213 40 0 0.03 0.82 0.14 57.99 0.71 0.51
Hex DB D5 28 0 3 52 E 3A 47 33
Octal 333 325 50 0 3 122 16 72 107 63
Binary 11011011 11010101 101000 0 11 1010010 1110 111010 1000111 110011

Color Harmonies of #DBD528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD528

Black with #DBD528

Text Example


Text Example

White with #DBD528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD528; }

 p { color: rgb(219,213,40); }

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

background-color css

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

 a { background-color: rgb(219,213,40); }

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

border-color css

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

 span { border-color: rgb(219,213,40); }

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