Html Css Color HEX #D8D526 Bitter Lemon

📋 copy color: '#D8D526'

red 216 ◦ green 213 ◦ blue 38

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

Shades of Bitter Lemon #D8D526

Tints of Bitter Lemon #D8D526

RGB

 RED value IS 216 (84.77% from 255) = 46.25%

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

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

R = 46.25%
G = 45.61%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D8D526 (or 0xD8D526) is known color: Bitter Lemon. HEX triplet: D8, D5 and 26. RGB value is (216,213,38). Sum of RGB (Red+Green+Blue) = 216+213+38=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 38 (15.23% from 255 or 8.14% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D526 is #272AD9. Grayscale: #C2C2C2. Windows color (decimal): -2566874 or 2545112. OLE color: 2545112.

HSL color Cylindrical-coordinate representation of color #D8D526: hue angle of 58.99º 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 #D8D526 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 213 38 -
CMYK 0 0.01 0.82 0.15
HSL 58.99º 0.7% 0.5% -
HSV(B) 58.99º 0.82% 0.85% -
XYZ 52.46 62.33 11.1 -
YUV 193.95 39.99 143.73 -
System Red Green Blue C M Y K H S L
Decimal 216 213 38 0 0.01 0.82 0.15 58.99 0.7 0.5
Hex D8 D5 26 0 1 52 F 3B 46 32
Octal 330 325 46 0 1 122 17 73 106 62
Binary 11011000 11010101 100110 0 1 1010010 1111 111011 1000110 110010

Color Harmonies of #D8D526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D526

Black with #D8D526

Text Example


Text Example

White with #D8D526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D526; }

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

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

background-color css

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

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

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

border-color css

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

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

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