Html Css Color HEX #DBD431 Bitter Lemon

📋 copy color: '#DBD431'

red 219 ◦ green 212 ◦ blue 49

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

Shades of Bitter Lemon #DBD431

Tints of Bitter Lemon #DBD431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.21%

R = 45.63%
G = 44.17%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBD431 (or 0xDBD431) is known color: Bitter Lemon. HEX triplet: DB, D4 and 31. RGB value is (219,212,49). Sum of RGB (Red+Green+Blue) = 219+212+49=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD431 is #242BCE. Grayscale: #C4C4C4. Windows color (decimal): -2370511 or 3265755. OLE color: 3265755.

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

Color convert

RGB 219 212 49 -
CMYK 0 0.03 0.78 0.14
HSL 57.53º 0.7% 0.53% -
HSV(B) 57.53º 0.78% 0.86% -
XYZ 53.31 62.37 12.13 -
YUV 195.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 219 212 49 0 0.03 0.78 0.14 57.53 0.7 0.53
Hex DB D4 31 0 3 4E E 3A 46 35
Octal 333 324 61 0 3 116 16 72 106 65
Binary 11011011 11010100 110001 0 11 1001110 1110 111010 1000110 110101

Color Harmonies of #DBD431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD431

Black with #DBD431

Text Example


Text Example

White with #DBD431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD431; }

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

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

background-color css

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

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

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

border-color css

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

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

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