Html Css Color HEX #D8D328 Bitter Lemon

📋 copy color: '#D8D328'

red 216 ◦ green 211 ◦ blue 40

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

Shades of Bitter Lemon #D8D328

Tints of Bitter Lemon #D8D328

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.18%

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

R = 46.25%
G = 45.18%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8D328 (or 0xD8D328) is known color: Bitter Lemon. HEX triplet: D8, D3 and 28. RGB value is (216,211,40). Sum of RGB (Red+Green+Blue) = 216+211+40=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D328 is #272CD7. Grayscale: #C1C1C1. Windows color (decimal): -2567384 or 2675672. OLE color: 2675672.

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

Color convert

RGB 216 211 40 -
CMYK 0 0.02 0.81 0.15
HSL 58.3º 0.69% 0.5% -
HSV(B) 58.3º 0.81% 0.85% -
XYZ 52 61.34 11.11 -
YUV 193 41.66 144.4 -
System Red Green Blue C M Y K H S L
Decimal 216 211 40 0 0.02 0.81 0.15 58.3 0.69 0.5
Hex D8 D3 28 0 2 51 F 3A 45 32
Octal 330 323 50 0 2 121 17 72 105 62
Binary 11011000 11010011 101000 0 10 1010001 1111 111010 1000101 110010

Color Harmonies of #D8D328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D328

Black with #D8D328

Text Example


Text Example

White with #D8D328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D328; }

 p { color: rgb(216,211,40); }

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

background-color css

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

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

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

border-color css

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

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

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