Html Css Color HEX #D6D32F Bitter Lemon

📋 copy color: '#D6D32F'

red 214 ◦ green 211 ◦ blue 47

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

Shades of Bitter Lemon #D6D32F

Tints of Bitter Lemon #D6D32F

RGB

 RED value IS 214 (83.98% from 255) = 45.34%

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

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

R = 45.34%
G = 44.7%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6D32F (or 0xD6D32F) is known color: Bitter Lemon. HEX triplet: D6, D3 and 2F. RGB value is (214,211,47). Sum of RGB (Red+Green+Blue) = 214+211+47=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D32F is #292CD0. Grayscale: #C1C1C1. Windows color (decimal): -2698449 or 3134422. OLE color: 3134422.

HSL color Cylindrical-coordinate representation of color #D6D32F: hue angle of 58.92º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6D32F is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 211 47 -
CMYK 0 0.01 0.78 0.16
HSL 58.92º 0.67% 0.51% -
HSV(B) 58.92º 0.78% 0.84% -
XYZ 51.54 61.09 11.76 -
YUV 193.2 45.49 142.84 -
System Red Green Blue C M Y K H S L
Decimal 214 211 47 0 0.01 0.78 0.16 58.92 0.67 0.51
Hex D6 D3 2F 0 1 4E 10 3B 43 33
Octal 326 323 57 0 1 116 20 73 103 63
Binary 11010110 11010011 101111 0 1 1001110 10000 111011 1000011 110011

Color Harmonies of #D6D32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D32F

Black with #D6D32F

Text Example


Text Example

White with #D6D32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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