Html Css Color HEX #D8D32E Bitter Lemon

📋 copy color: '#D8D32E'

red 216 ◦ green 211 ◦ blue 46

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

Shades of Bitter Lemon #D8D32E

Tints of Bitter Lemon #D8D32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.73%

R = 45.67%
G = 44.61%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8D32E (or 0xD8D32E) is known color: Bitter Lemon. HEX triplet: D8, D3 and 2E. RGB value is (216,211,46). Sum of RGB (Red+Green+Blue) = 216+211+46=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D32E is #272CD1. Grayscale: #C2C2C2. Windows color (decimal): -2567378 or 3068888. OLE color: 3068888.

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

Color convert

RGB 216 211 46 -
CMYK 0 0.02 0.79 0.15
HSL 58.24º 0.69% 0.51% -
HSV(B) 58.24º 0.79% 0.85% -
XYZ 52.11 61.38 11.69 -
YUV 193.69 44.66 143.92 -
System Red Green Blue C M Y K H S L
Decimal 216 211 46 0 0.02 0.79 0.15 58.24 0.69 0.51
Hex D8 D3 2E 0 2 4F F 3A 45 33
Octal 330 323 56 0 2 117 17 72 105 63
Binary 11011000 11010011 101110 0 10 1001111 1111 111010 1000101 110011

Color Harmonies of #D8D32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D32E

Black with #D8D32E

Text Example


Text Example

White with #D8D32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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