Html Css Color HEX #D9D526 Bitter Lemon

📋 copy color: '#D9D526'

red 217 ◦ green 213 ◦ blue 38

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

Shades of Bitter Lemon #D9D526

Tints of Bitter Lemon #D9D526

RGB

 RED value IS 217 (85.16% from 255) = 46.37%

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

 BLUE value IS 38 (15.23% from 255) = 8.12%

R = 46.37%
G = 45.51%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9D526 (or 0xD9D526) is known color: Bitter Lemon. HEX triplet: D9, D5 and 26. RGB value is (217,213,38). Sum of RGB (Red+Green+Blue) = 217+213+38=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 38 (15.23% from 255 or 8.12% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D526 is #262AD9. Grayscale: #C2C2C2. Windows color (decimal): -2501338 or 2545113. OLE color: 2545113.

HSL color Cylindrical-coordinate representation of color #D9D526: hue angle of 58.66º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9D526 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 213 38 -
CMYK 0 0.02 0.82 0.15
HSL 58.66º 0.7% 0.5% -
HSV(B) 58.66º 0.82% 0.85% -
XYZ 52.76 62.48 11.11 -
YUV 194.25 39.83 144.23 -
System Red Green Blue C M Y K H S L
Decimal 217 213 38 0 0.02 0.82 0.15 58.66 0.7 0.5
Hex D9 D5 26 0 2 52 F 3B 46 32
Octal 331 325 46 0 2 122 17 73 106 62
Binary 11011001 11010101 100110 0 10 1010010 1111 111011 1000110 110010

Color Harmonies of #D9D526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D526

Black with #D9D526

Text Example


Text Example

White with #D9D526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D526; }

 p { color: rgb(217,213,38); }

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

background-color css

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

 a { background-color: rgb(217,213,38); }

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

border-color css

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

 span { border-color: rgb(217,213,38); }

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