Html Css Color HEX #D8D32F Bitter Lemon

📋 copy color: '#D8D32F'

red 216 ◦ green 211 ◦ blue 47

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

Shades of Bitter Lemon #D8D32F

Tints of Bitter Lemon #D8D32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.92%

R = 45.57%
G = 44.51%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8D32F (or 0xD8D32F) is known color: Bitter Lemon. HEX triplet: D8, D3 and 2F. RGB value is (216,211,47). Sum of RGB (Red+Green+Blue) = 216+211+47=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D32F is #272CD0. Grayscale: #C2C2C2. Windows color (decimal): -2567377 or 3134424. OLE color: 3134424.

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

Color convert

RGB 216 211 47 -
CMYK 0 0.02 0.78 0.15
HSL 58.22º 0.68% 0.52% -
HSV(B) 58.22º 0.78% 0.85% -
XYZ 52.13 61.39 11.79 -
YUV 193.8 45.16 143.84 -
System Red Green Blue C M Y K H S L
Decimal 216 211 47 0 0.02 0.78 0.15 58.22 0.68 0.52
Hex D8 D3 2F 0 2 4E F 3A 44 34
Octal 330 323 57 0 2 116 17 72 104 64
Binary 11011000 11010011 101111 0 10 1001110 1111 111010 1000100 110100

Color Harmonies of #D8D32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D32F

Black with #D8D32F

Text Example


Text Example

White with #D8D32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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