Html Css Color HEX #DBD52D Bitter Lemon

📋 copy color: '#DBD52D'

red 219 ◦ green 213 ◦ blue 45

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

Shades of Bitter Lemon #DBD52D

Tints of Bitter Lemon #DBD52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.43%

R = 45.91%
G = 44.65%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBD52D (or 0xDBD52D) is known color: Bitter Lemon. HEX triplet: DB, D5 and 2D. RGB value is (219,213,45). Sum of RGB (Red+Green+Blue) = 219+213+45=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD52D is #242AD2. Grayscale: #C4C4C4. Windows color (decimal): -2370259 or 3003867. OLE color: 3003867.

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

Color convert

RGB 219 213 45 -
CMYK 0 0.03 0.79 0.14
HSL 57.93º 0.71% 0.52% -
HSV(B) 57.93º 0.79% 0.86% -
XYZ 53.48 62.84 11.79 -
YUV 195.64 42.99 144.66 -
System Red Green Blue C M Y K H S L
Decimal 219 213 45 0 0.03 0.79 0.14 57.93 0.71 0.52
Hex DB D5 2D 0 3 4F E 3A 47 34
Octal 333 325 55 0 3 117 16 72 107 64
Binary 11011011 11010101 101101 0 11 1001111 1110 111010 1000111 110100

Color Harmonies of #DBD52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD52D

Black with #DBD52D

Text Example


Text Example

White with #DBD52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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