Html Css Color HEX #D8D231 Bitter Lemon

📋 copy color: '#D8D231'

red 216 ◦ green 210 ◦ blue 49

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

Shades of Bitter Lemon #D8D231

Tints of Bitter Lemon #D8D231

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.21%

 BLUE value IS 49 (19.53% from 255) = 10.32%

R = 45.47%
G = 44.21%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8D231 (or 0xD8D231) is known color: Bitter Lemon. HEX triplet: D8, D2 and 31. RGB value is (216,210,49). Sum of RGB (Red+Green+Blue) = 216+210+49=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D231 is #272DCE. Grayscale: #C2C2C2. Windows color (decimal): -2567631 or 3265240. OLE color: 3265240.

HSL color Cylindrical-coordinate representation of color #D8D231: hue angle of 57.84º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8D231 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 210 49 -
CMYK 0 0.03 0.77 0.15
HSL 57.84º 0.68% 0.52% -
HSV(B) 57.84º 0.77% 0.85% -
XYZ 51.92 60.91 11.93 -
YUV 193.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 216 210 49 0 0.03 0.77 0.15 57.84 0.68 0.52
Hex D8 D2 31 0 3 4D F 3A 44 34
Octal 330 322 61 0 3 115 17 72 104 64
Binary 11011000 11010010 110001 0 11 1001101 1111 111010 1000100 110100

Color Harmonies of #D8D231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D231

Black with #D8D231

Text Example


Text Example

White with #D8D231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D231; }

 p { color: rgb(216,210,49); }

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

background-color css

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

 a { background-color: rgb(216,210,49); }

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

border-color css

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

 span { border-color: rgb(216,210,49); }

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