Html Css Color HEX #D6DB28 Bitter Lemon

📋 copy color: '#D6DB28'

red 214 ◦ green 219 ◦ blue 40

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

Shades of Bitter Lemon #D6DB28

Tints of Bitter Lemon #D6DB28

RGB

 RED value IS 214 (83.98% from 255) = 45.24%

 GREEN value IS 219 (85.94% from 255) = 46.3%

 BLUE value IS 40 (16.02% from 255) = 8.46%

R = 45.24%
G = 46.3%
B = 8.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#D6DB28 (or 0xD6DB28) is known color: Bitter Lemon. HEX triplet: D6, DB and 28. RGB value is (214,219,40). Sum of RGB (Red+Green+Blue) = 214+219+40=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DB28 is #2924D7. Grayscale: #C5C5C5. Windows color (decimal): -2696408 or 2677718. OLE color: 2677718.

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

Color convert

RGB 214 219 40 -
CMYK 0.02 0 0.82 0.14
HSL 61.68º 0.71% 0.51% -
HSV(B) 61.68º 0.82% 0.86% -
XYZ 53.45 65.11 11.76 -
YUV 197.1 39.34 140.05 -
System Red Green Blue C M Y K H S L
Decimal 214 219 40 0.02 0 0.82 0.14 61.68 0.71 0.51
Hex D6 DB 28 2 0 52 E 3E 47 33
Octal 326 333 50 2 0 122 16 76 107 63
Binary 11010110 11011011 101000 10 0 1010010 1110 111110 1000111 110011

Color Harmonies of #D6DB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DB28

Black with #D6DB28

Text Example


Text Example

White with #D6DB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DB28; }

 p { color: rgb(214,219,40); }

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

background-color css

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

 a { background-color: rgb(214,219,40); }

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

border-color css

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

 span { border-color: rgb(214,219,40); }

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