Html Css Color HEX #DBDF2A Bitter Lemon

📋 copy color: '#DBDF2A'

red 219 ◦ green 223 ◦ blue 42

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

Shades of Bitter Lemon #DBDF2A

Tints of Bitter Lemon #DBDF2A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.07%

 BLUE value IS 42 (16.8% from 255) = 8.68%

R = 45.25%
G = 46.07%
B = 8.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DBDF2A (or 0xDBDF2A) is known color: Bitter Lemon. HEX triplet: DB, DF and 2A. RGB value is (219,223,42). Sum of RGB (Red+Green+Blue) = 219+223+42=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 42 (16.80% from 255 or 8.68% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF2A is #2420D5. Grayscale: #C9C9C9. Windows color (decimal): -2367702 or 2809819. OLE color: 2809819.

HSL color Cylindrical-coordinate representation of color #DBDF2A: hue angle of 61.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBDF2A is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 223 42 -
CMYK 0.02 0 0.81 0.13
HSL 61.33º 0.74% 0.52% -
HSV(B) 61.33º 0.81% 0.87% -
XYZ 56.02 68 12.36 -
YUV 201.17 38.17 140.72 -
System Red Green Blue C M Y K H S L
Decimal 219 223 42 0.02 0 0.81 0.13 61.33 0.74 0.52
Hex DB DF 2A 2 0 51 D 3D 4A 34
Octal 333 337 52 2 0 121 15 75 112 64
Binary 11011011 11011111 101010 10 0 1010001 1101 111101 1001010 110100

Color Harmonies of #DBDF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDF2A

Black with #DBDF2A

Text Example


Text Example

White with #DBDF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDF2A; }

 p { color: rgb(219,223,42); }

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

background-color css

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

 a { background-color: rgb(219,223,42); }

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

border-color css

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

 span { border-color: rgb(219,223,42); }

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