Html Css Color HEX #D6D628 Bitter Lemon

📋 copy color: '#D6D628'

red 214 ◦ green 214 ◦ blue 40

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

Shades of Bitter Lemon #D6D628

Tints of Bitter Lemon #D6D628

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.73%

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

R = 45.73%
G = 45.73%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6D628 (or 0xD6D628) is known color: Bitter Lemon. HEX triplet: D6, D6 and 28. RGB value is (214,214,40). Sum of RGB (Red+Green+Blue) = 214+214+40=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 40 (16.02% from 255 or 8.55% from 468); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D628 is #2929D7. Grayscale: #C2C2C2. Windows color (decimal): -2697688 or 2676438. OLE color: 2676438.

HSL color Cylindrical-coordinate representation of color #D6D628: hue angle of 60º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6D628 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 214 40 -
CMYK 0 0 0.81 0.16
HSL 60º 0.69% 0.5% -
HSV(B) 60º 0.81% 0.84% -
XYZ 52.16 62.54 11.33 -
YUV 194.16 41 142.15 -
System Red Green Blue C M Y K H S L
Decimal 214 214 40 0 0 0.81 0.16 60 0.69 0.5
Hex D6 D6 28 0 0 51 10 3C 45 32
Octal 326 326 50 0 0 121 20 74 105 62
Binary 11010110 11010110 101000 0 0 1010001 10000 111100 1000101 110010

Color Harmonies of #D6D628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D628

Black with #D6D628

Text Example


Text Example

White with #D6D628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D628; }

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

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

background-color css

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

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

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

border-color css

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

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

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