Html Css Color HEX #DBD730 Bitter Lemon

📋 copy color: '#DBD730'

red 219 ◦ green 215 ◦ blue 48

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

Shades of Bitter Lemon #DBD730

Tints of Bitter Lemon #DBD730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.61%

 BLUE value IS 48 (19.14% from 255) = 9.96%

R = 45.44%
G = 44.61%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBD730 (or 0xDBD730) is known color: Bitter Lemon. HEX triplet: DB, D7 and 30. RGB value is (219,215,48). Sum of RGB (Red+Green+Blue) = 219+215+48=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD730 is #2428CF. Grayscale: #C5C5C5. Windows color (decimal): -2369744 or 3200987. OLE color: 3200987.

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

Color convert

RGB 219 215 48 -
CMYK 0 0.02 0.78 0.14
HSL 58.6º 0.7% 0.52% -
HSV(B) 58.6º 0.78% 0.86% -
XYZ 54.05 63.87 12.28 -
YUV 197.16 43.83 143.58 -
System Red Green Blue C M Y K H S L
Decimal 219 215 48 0 0.02 0.78 0.14 58.6 0.7 0.52
Hex DB D7 30 0 2 4E E 3B 46 34
Octal 333 327 60 0 2 116 16 73 106 64
Binary 11011011 11010111 110000 0 10 1001110 1110 111011 1000110 110100

Color Harmonies of #DBD730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD730

Black with #DBD730

Text Example


Text Example

White with #DBD730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD730; }

 p { color: rgb(219,215,48); }

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

background-color css

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

 a { background-color: rgb(219,215,48); }

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

border-color css

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

 span { border-color: rgb(219,215,48); }

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