Html Css Color HEX #D6D529 Bitter Lemon

📋 copy color: '#D6D529'

red 214 ◦ green 213 ◦ blue 41

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

Shades of Bitter Lemon #D6D529

Tints of Bitter Lemon #D6D529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.51%

 BLUE value IS 41 (16.41% from 255) = 8.76%

R = 45.73%
G = 45.51%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6D529 (or 0xD6D529) is known color: Bitter Lemon. HEX triplet: D6, D5 and 29. RGB value is (214,213,41). Sum of RGB (Red+Green+Blue) = 214+213+41=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 41 (16.41% from 255 or 8.76% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D529 is #292AD6. Grayscale: #C2C2C2. Windows color (decimal): -2697943 or 2741718. OLE color: 2741718.

HSL color Cylindrical-coordinate representation of color #D6D529: hue angle of 59.65º degrees, saturation: 0.68, 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 #D6D529 is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 213 41 -
CMYK 0 0.00 0.81 0.16
HSL 59.65º 0.68% 0.5% -
HSV(B) 59.65º 0.81% 0.84% -
XYZ 51.93 62.04 11.34 -
YUV 193.69 41.83 142.49 -
System Red Green Blue C M Y K H S L
Decimal 214 213 41 0 0.00 0.81 0.16 59.65 0.68 0.5
Hex D6 D5 29 0 0 51 10 3C 44 32
Octal 326 325 51 0 0 121 20 74 104 62
Binary 11010110 11010101 101001 0 0 1010001 10000 111100 1000100 110010

Color Harmonies of #D6D529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D529

Black with #D6D529

Text Example


Text Example

White with #D6D529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D529; }

 p { color: rgb(214,213,41); }

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

background-color css

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

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

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

border-color css

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

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

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