Html Css Color HEX #DBD42D Bitter Lemon

📋 copy color: '#DBD42D'

red 219 ◦ green 212 ◦ blue 45

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

Shades of Bitter Lemon #DBD42D

Tints of Bitter Lemon #DBD42D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.54%

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

R = 46.01%
G = 44.54%
B = 9.45%

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

#DBD42D (or 0xDBD42D) is known color: Bitter Lemon. HEX triplet: DB, D4 and 2D. RGB value is (219,212,45). Sum of RGB (Red+Green+Blue) = 219+212+45=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD42D is #242BD2. Grayscale: #C3C3C3. Windows color (decimal): -2370515 or 3003611. OLE color: 3003611.

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

Color convert

RGB 219 212 45 -
CMYK 0 0.03 0.79 0.14
HSL 57.59º 0.71% 0.52% -
HSV(B) 57.59º 0.79% 0.86% -
XYZ 53.23 62.34 11.71 -
YUV 195.06 43.32 145.08 -
System Red Green Blue C M Y K H S L
Decimal 219 212 45 0 0.03 0.79 0.14 57.59 0.71 0.52
Hex DB D4 2D 0 3 4F E 3A 47 34
Octal 333 324 55 0 3 117 16 72 107 64
Binary 11011011 11010100 101101 0 11 1001111 1110 111010 1000111 110100

Color Harmonies of #DBD42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD42D

Black with #DBD42D

Text Example


Text Example

White with #DBD42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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