Html Css Color HEX #DBD529 Bitter Lemon

📋 copy color: '#DBD529'

red 219 ◦ green 213 ◦ blue 41

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

Shades of Bitter Lemon #DBD529

Tints of Bitter Lemon #DBD529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.67%

R = 46.3%
G = 45.03%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBD529 (or 0xDBD529) is known color: Bitter Lemon. HEX triplet: DB, D5 and 29. RGB value is (219,213,41). Sum of RGB (Red+Green+Blue) = 219+213+41=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 41 (16.41% from 255 or 8.67% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD529 is #242AD6. Grayscale: #C3C3C3. Windows color (decimal): -2370263 or 2741723. OLE color: 2741723.

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

Color convert

RGB 219 213 41 -
CMYK 0 0.03 0.81 0.14
HSL 57.98º 0.71% 0.51% -
HSV(B) 57.98º 0.81% 0.86% -
XYZ 53.41 62.81 11.41 -
YUV 195.19 40.99 144.99 -
System Red Green Blue C M Y K H S L
Decimal 219 213 41 0 0.03 0.81 0.14 57.98 0.71 0.51
Hex DB D5 29 0 3 51 E 3A 47 33
Octal 333 325 51 0 3 121 16 72 107 63
Binary 11011011 11010101 101001 0 11 1010001 1110 111010 1000111 110011

Color Harmonies of #DBD529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD529

Black with #DBD529

Text Example


Text Example

White with #DBD529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD529; }

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

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

background-color css

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

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

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

border-color css

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

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

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